diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-02-10 20:10:49 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-02-10 20:10:49 +0000 |
commit | 4b8214e7fbddaa9685cc20adcadcf54ce63fa48d (patch) | |
tree | 1c3762b8e428545e1c9ebc39470a7bb250f6f4f7 /rox-base/rox/files | |
parent | Stable on alpha wrt security #163692 (diff) | |
download | gentoo-2-4b8214e7fbddaa9685cc20adcadcf54ce63fa48d.tar.gz gentoo-2-4b8214e7fbddaa9685cc20adcadcf54ce63fa48d.tar.bz2 gentoo-2-4b8214e7fbddaa9685cc20adcadcf54ce63fa48d.zip |
Updated with most recent stabilization for alpha, cleaned up old versions
(Portage version: 2.1.2-r8)
Diffstat (limited to 'rox-base/rox/files')
-rw-r--r-- | rox-base/rox/files/digest-rox-2.2.0 | 3 | ||||
-rw-r--r-- | rox-base/rox/files/rox-2.2.0-gcc4.patch | 20 |
2 files changed, 0 insertions, 23 deletions
diff --git a/rox-base/rox/files/digest-rox-2.2.0 b/rox-base/rox/files/digest-rox-2.2.0 deleted file mode 100644 index fbdb0f20dd9a..000000000000 --- a/rox-base/rox/files/digest-rox-2.2.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0deefd9e7edd4e79cd0f18f423264ebb rox-2.2.0.tgz 2033724 -RMD160 6fe46202ddd3f04c07a0eaaabde88eb776c535dd rox-2.2.0.tgz 2033724 -SHA256 31bdaa795c4b166a665460289db8adaea2708bc67c1fe8b3d34a569a784d3d2a rox-2.2.0.tgz 2033724 diff --git a/rox-base/rox/files/rox-2.2.0-gcc4.patch b/rox-base/rox/files/rox-2.2.0-gcc4.patch deleted file mode 100644 index 9d538293294b..000000000000 --- a/rox-base/rox/files/rox-2.2.0-gcc4.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Nur rox-2.2.0-orig/ROX-Filer/src/toolbar.c rox-2.2.0/ROX-Filer/src/toolbar.c ---- rox-2.2.0-orig/ROX-Filer/src/toolbar.c 2005-06-19 15:34:28.000000000 -0600 -+++ rox-2.2.0/ROX-Filer/src/toolbar.c 2005-06-19 15:35:36.000000000 -0600 -@@ -61,7 +61,6 @@ - Option o_toolbar, o_toolbar_info, o_toolbar_disable; - Option o_toolbar_min_width; - --static GtkTooltips *tooltips = NULL; - static FilerWindow *filer_window_being_counted; - - /* TRUE if the button presses (or released) should open a new window, -@@ -175,8 +174,6 @@ - GTK_STOCK_CLOSE); - option_add_int(&o_toolbar_min_width, "toolbar_min_width", 1); - option_add_notify(option_notify); -- -- tooltips = gtk_tooltips_new(); - - option_register_widget("tool-options", build_tool_options); - } |