From 7830cdf866e09d08d13121d568db7e8ec0951586 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 24 Oct 2004 19:31:27 +0000 Subject: Update to 1.3.18. See http://galeon.sourceforge.net/Main/GaleonRelease1318 for a list of what's changed. --- www/galeon2/files/patch-libegg_egg-toolbar-editor.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 www/galeon2/files/patch-libegg_egg-toolbar-editor.c (limited to 'www/galeon2/files/patch-libegg_egg-toolbar-editor.c') 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); -- cgit v1.2.3