]> git.pld-linux.org Git - packages/xchat-gnome.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sun, 18 Dec 2005 19:59:23 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xchat-gnome-gtk-2.8.9.patch -> 1.1

xchat-gnome-gtk-2.8.9.patch [new file with mode: 0644]

diff --git a/xchat-gnome-gtk-2.8.9.patch b/xchat-gnome-gtk-2.8.9.patch
new file mode 100644 (file)
index 0000000..3150c8b
--- /dev/null
@@ -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
This page took 0.05481 seconds and 4 git commands to generate.