diff options
author | adam <adam> | 2005-09-07 12:41:12 +0000 |
---|---|---|
committer | adam <adam> | 2005-09-07 12:41:12 +0000 |
commit | 3847c382fae9d1f87872d8e0418bf4b42e6db3dc (patch) | |
tree | 001519c49c72a0078574ca711157cb5b1cd20abd /chat/gg2/patches/patch-aj | |
parent | 03adbcdede408d45df14105d0ce312f7bd6e22d5 (diff) | |
download | pkgsrc-3847c382fae9d1f87872d8e0418bf4b42e6db3dc.tar.gz |
Changes 2.2.8:
* Many updates, security fix.
Diffstat (limited to 'chat/gg2/patches/patch-aj')
-rw-r--r-- | chat/gg2/patches/patch-aj | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/chat/gg2/patches/patch-aj b/chat/gg2/patches/patch-aj index d23a7956afe..f0462a22d04 100644 --- a/chat/gg2/patches/patch-aj +++ b/chat/gg2/patches/patch-aj @@ -1,10 +1,8 @@ -$NetBSD: patch-aj,v 1.3 2005/04/13 16:31:26 rillig Exp $ +$NetBSD: patch-aj,v 1.4 2005/09/07 12:41:12 adam Exp $ -Needed for ISO C90 compliance. - ---- src/plugins/GUI/gui_preferences.c.orig Wed Mar 9 15:02:37 2005 -+++ src/plugins/GUI/gui_preferences.c Tue Apr 12 11:41:36 2005 -@@ -1315,6 +1315,7 @@ void gui_preferences(GtkWidget * widget, +--- src/plugins/GUI/gui_preferences.c.orig 2005-08-12 08:21:26.000000000 +0000 ++++ src/plugins/GUI/gui_preferences.c +@@ -1329,6 +1329,7 @@ void gui_preferences(GtkWidget * widget, { GSList *combo_theme_slist; GSList *combo_icons_slist; @@ -12,7 +10,7 @@ Needed for ISO C90 compliance. if (plugins_updated) { GIOChannel *ch = g_io_channel_new_file(g_build_filename(config->configdir, "modules.load", NULL), "w", -@@ -1433,7 +1434,7 @@ void gui_preferences(GtkWidget * widget, +@@ -1448,7 +1449,7 @@ void gui_preferences(GtkWidget * widget, entry = g_object_get_data(G_OBJECT(adv_vbox), "combo_skins"); g_return_if_fail(entry != NULL); |