summaryrefslogtreecommitdiffstats
path: root/www/galeon2/files/patch-libegg_egg-toolbar-editor.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-04 09:25:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-10-04 09:25:29 +0800
commit7b56c71c6f138686c45045838839c2946c54f6c6 (patch)
treede240dca4b3690d66651129f18dfd06a98a88483 /www/galeon2/files/patch-libegg_egg-toolbar-editor.c
parent1cc16071a8c3d923d7c88d9be40341f0930dec85 (diff)
downloadmarcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.tar
marcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.tar.gz
marcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.tar.bz2
marcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.tar.lz
marcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.tar.xz
marcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.tar.zst
marcuscom-ports-7b56c71c6f138686c45045838839c2946c54f6c6.zip
Add galeon2, and fix build with mozilla-1.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2925 df743ca5-7f9a-e211-a948-0013205c9059
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);