diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-24 19:31:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-24 19:31:27 +0000 |
commit | 7830cdf866e09d08d13121d568db7e8ec0951586 (patch) | |
tree | d638b008a17e19ea4718cbd7087c49713d2b4454 /www/galeon2/files/patch-libegg_egg-toolbar-editor.c | |
parent | - Update to 0.4.6 (diff) |
Update to 1.3.18. See http://galeon.sourceforge.net/Main/GaleonRelease1318
for a list of what's changed.
Notes
Notes:
svn path=/head/; revision=120087
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); |