rpms/xchat/devel xchat-2.4.2-nickmenu-away-msg.patch, 1.1, 1.2 xchat.spec, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 28 19:07:37 UTC 2005


Update of /cvs/dist/rpms/xchat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26982

Modified Files:
	xchat-2.4.2-nickmenu-away-msg.patch xchat.spec 
Log Message:
* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com> 1:2.4.2-3
- Fix crash when right clicking users whose away msg is unknown.


xchat-2.4.2-nickmenu-away-msg.patch:
 menu.c |    9 +++++++++
 1 files changed, 9 insertions(+)

Index: xchat-2.4.2-nickmenu-away-msg.patch
===================================================================
RCS file: /cvs/dist/rpms/xchat/devel/xchat-2.4.2-nickmenu-away-msg.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xchat-2.4.2-nickmenu-away-msg.patch	25 Mar 2005 17:46:00 -0000	1.1
+++ xchat-2.4.2-nickmenu-away-msg.patch	28 Mar 2005 19:07:34 -0000	1.2
@@ -28,7 +28,7 @@
 +			{
 +				away = find_away_message (current_sess->server, nick);
 +				snprintf (buf, sizeof (buf), _("Away Msg: %s"),
-+						away->message ? away->message : _("Unknown"));
++						away && away->message ? away->message : _("Unknown"));
 +				menu_quick_item (0, buf, submenu, 0, 0);
 +			}
 +


Index: xchat.spec
===================================================================
RCS file: /cvs/dist/rpms/xchat/devel/xchat.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- xchat.spec	25 Mar 2005 17:46:00 -0000	1.32
+++ xchat.spec	28 Mar 2005 19:07:34 -0000	1.33
@@ -8,7 +8,7 @@
 Summary:   A popular and easy to use graphical IRC (chat) client
 Name:      xchat
 Version:   2.4.2
-Release:   2
+Release:   3
 Epoch:     1
 Group:     Applications/Internet
 License:   GPL
@@ -113,6 +113,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Mar 28 2005 Christopher Aillon <caillon at redhat.com> 1:2.4.2-3
+- Fix crash when right clicking users whose away msg is unknown.
+
 * Fri Mar 25 2005 Christopher Aillon <caillon at redhat.com> 1:2.4.2-2
 - Add user's away message to right click menu, if known
 




More information about the fedora-cvs-commits mailing list