rpms/xchat-gnome/devel xchat-gnome-323944.patch, NONE, 1.1 xchat-gnome.spec, 1.6, 1.7

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Wed Dec 14 17:51:49 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/xchat-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10417

Modified Files:
	xchat-gnome.spec 
Added Files:
	xchat-gnome-323944.patch 
Log Message:
* Wed Dec 14 2005 Brian Pepple <bdpepple at ameritech.net> - 0.7-4
- Add patch to fix #175751. 


xchat-gnome-323944.patch:

--- NEW FILE xchat-gnome-323944.patch ---
Index: xchat-gnome-0.7/src/fe-gnome/navigation-tree.c
===================================================================
--- xchat-gnome-0.7/src/fe-gnome/navigation-tree.c	(revision 9898)
+++ xchat-gnome-0.7/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)


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xchat-gnome.spec	30 Nov 2005 16:43:43 -0000	1.6
+++ xchat-gnome.spec	14 Dec 2005 17:51:47 -0000	1.7
@@ -6,7 +6,7 @@
 
 Name:           xchat-gnome
 Version:        0.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -15,6 +15,7 @@
 Source0:        http://flapjack.navi.cx/releases/%{name}/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-datadir.patch
 Patch1:		%{name}-config.patch
+Patch2:		%{name}-323944.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	openssl-devel
@@ -53,6 +54,7 @@
 %setup -q
 %patch0 -p1 -b .datadir
 %patch1 -p1 -b .config
+%patch2 -p1 -b .323944
 
 
 %build
@@ -148,6 +150,9 @@
 
 
 %changelog
+* Wed Dec 14 2005 Brian Pepple <bdpepple at ameritech.net> - 0.7-4
+- Add patch to fix #175751. 
+
 * Wed Nov 30 2005 Brian Pepple <bdpepple at ameritech.net> - 0.7-3
 - Disable dbus support, until FE Bug #174592 is fixed.
 




More information about the scm-commits mailing list