SOURCES: xchat-gnome-gtk-2.8.9.patch (NEW) - added

aredridel aredridel at pld-linux.org
Sun Dec 18 20:59:29 CET 2005


Author: aredridel                    Date: Sun Dec 18 19:59:29 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added

---- Files affected:
SOURCES:
   xchat-gnome-gtk-2.8.9.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xchat-gnome-gtk-2.8.9.patch
diff -u /dev/null SOURCES/xchat-gnome-gtk-2.8.9.patch:1.1
--- /dev/null	Sun Dec 18 20:59:29 2005
+++ SOURCES/xchat-gnome-gtk-2.8.9.patch	Sun Dec 18 20:59:23 2005
@@ -0,0 +1,12 @@
+diff -ur xchat-gnome-0.7-0/src/fe-gnome/navigation-tree.c xchat-gnome-0.7/src/fe-gnome/navigation-tree.c
+--- xchat-gnome-0.7-0/src/fe-gnome/navigation-tree.c	2005-11-13 23:50:10.000000000 -0700
++++ xchat-gnome-0.7/src/fe-gnome/navigation-tree.c	2005-12-17 19:00:21.000000000 -0700
+@@ -1053,7 +1053,7 @@
+ 
+ 	treeview = GTK_TREE_VIEW (glade_xml_get_widget (gui.xml, "userlist"));
+ 
+-	if (gui.server_tree->current_path != NULL)
++	if (gui.server_tree && gui.server_tree->current_path != NULL)
+ 		navigation_model_path_deref (gui.server_tree->model, gui.server_tree->current_path);
+ 
+ 	/* XXX: This sets model to be the GtkTreeModelSort used by the NavTree, it is
================================================================



More information about the pld-cvs-commit mailing list