diff options
Diffstat (limited to 'www/galeon2/files/patch-libegg_egg-toolbar-editor.c')
-rw-r--r-- | www/galeon2/files/patch-libegg_egg-toolbar-editor.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/galeon2/files/patch-libegg_egg-toolbar-editor.c b/www/galeon2/files/patch-libegg_egg-toolbar-editor.c deleted file mode 100644 index e0a4fa1e36cc..000000000000 --- a/www/galeon2/files/patch-libegg_egg-toolbar-editor.c +++ /dev/null @@ -1,18 +0,0 @@ ---- libegg/egg-toolbar-editor.c.orig Sat Jul 3 16:37:44 2004 -+++ libegg/egg-toolbar-editor.c Sat Jul 3 16:38:00 2004 -@@ -102,12 +102,12 @@ - static gint - compare_actions (gconstpointer a, gconstpointer b) - { -- g_return_val_if_fail (GTK_IS_ACTION (a), 0); -- g_return_val_if_fail (GTK_IS_ACTION (b), 0); -- - GValue value_a = { 0, }, value_b = { 0, }; - const char *short_label_a, *short_label_b; - int ret; -+ -+ g_return_val_if_fail (GTK_IS_ACTION (a), 0); -+ g_return_val_if_fail (GTK_IS_ACTION (b), 0); - - g_value_init (&value_a, G_TYPE_STRING); - g_object_get_property (G_OBJECT (a), "short_label", &value_a); |