]> git.pld-linux.org Git - packages/xchat-gnome.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Mar 2006 11:29:26 +0000 (11:29 +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.2

xchat-gnome-gtk-2.8.9.patch [deleted file]

diff --git a/xchat-gnome-gtk-2.8.9.patch b/xchat-gnome-gtk-2.8.9.patch
deleted file mode 100644 (file)
index 3150c8b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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.033967 seconds and 4 git commands to generate.