summaryrefslogtreecommitdiffstats
path: root/www/galeon2/files/patch-libegg_egg-toolbar-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon2/files/patch-libegg_egg-toolbar-editor.c')
-rw-r--r--www/galeon2/files/patch-libegg_egg-toolbar-editor.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-libegg_egg-toolbar-editor.c b/www/galeon2/files/patch-libegg_egg-toolbar-editor.c
new file mode 100644
index 000000000..e0a4fa1e3
--- /dev/null
+++ b/www/galeon2/files/patch-libegg_egg-toolbar-editor.c
@@ -0,0 +1,18 @@
+--- 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);