diff options
Diffstat (limited to 'net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch')
-rw-r--r-- | net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch b/net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch deleted file mode 100644 index 47fdfe4ca8fa..000000000000 --- a/net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: navigation-tree.c -=================================================================== ---- src/fe-gnome/navigation-tree.c (revision 9810) -+++ src/fe-gnome/navigation-tree.c (working copy) -@@ -1060,6 +1060,9 @@ - gpointer *s; - session *sess; - -+ if (gui.server_tree == NULL) -+ return; -+ - treeview = GTK_TREE_VIEW (glade_xml_get_widget (gui.xml, "userlist")); - - if (gui.server_tree->current_path != NULL) |