summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-12-14 20:20:07 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-12-14 20:20:07 +0000
commit24724026707285becce4a26b28bda3f1a18255d1 (patch)
treea564dd86426067cbd0f222862b3d6b1d8fdac6af /net-irc/xchat-gnome/files
parentDon't need explicit X deps, only uses what gtk+ requires (diff)
downloadgentoo-2-24724026707285becce4a26b28bda3f1a18255d1.tar.gz
gentoo-2-24724026707285becce4a26b28bda3f1a18255d1.tar.bz2
gentoo-2-24724026707285becce4a26b28bda3f1a18255d1.zip
Patch segfault on newest GTK+.
(Portage version: 2.0.53)
Diffstat (limited to 'net-irc/xchat-gnome/files')
-rw-r--r--net-irc/xchat-gnome/files/digest-xchat-gnome-0.7-r1 (renamed from net-irc/xchat-gnome/files/digest-xchat-gnome-0.7)0
-rw-r--r--net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch14
2 files changed, 14 insertions, 0 deletions
diff --git a/net-irc/xchat-gnome/files/digest-xchat-gnome-0.7 b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.7-r1
index e168b382edbc..e168b382edbc 100644
--- a/net-irc/xchat-gnome/files/digest-xchat-gnome-0.7
+++ b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.7-r1
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
new file mode 100644
index 000000000000..47fdfe4ca8fa
--- /dev/null
+++ b/net-irc/xchat-gnome/files/xchat-gnome-0.7-segfault.patch
@@ -0,0 +1,14 @@
+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)