diff options
Diffstat (limited to 'net-irc/xchat-gnome/files/0.17-segfault-fix.patch')
-rw-r--r-- | net-irc/xchat-gnome/files/0.17-segfault-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-irc/xchat-gnome/files/0.17-segfault-fix.patch b/net-irc/xchat-gnome/files/0.17-segfault-fix.patch deleted file mode 100644 index 5f47f00a1422..000000000000 --- a/net-irc/xchat-gnome/files/0.17-segfault-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: xchat-gnome/src/fe-gnome/setup-dialog.c -=================================================================== ---- xchat-gnome/src/fe-gnome/setup-dialog.c (revision 2504) -+++ xchat-gnome/src/fe-gnome/setup-dialog.c (working copy) -@@ -46,7 +46,7 @@ - gchar *path = locate_data_file ("setup-dialog.glade"); - g_assert (path != NULL); - -- GladeXML *xml = glade_xml_new (path, NULL, NULL); -+ xml = glade_xml_new (path, NULL, NULL); - g_assert (xml != NULL); - - g_free (path); |