rpms/centericq/devel centericq-ljtypo.patch,NONE,1.1

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Thu Mar 2 21:55:56 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/centericq/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3662

Added Files:
	centericq-ljtypo.patch 
Log Message:
- forgot patch


centericq-ljtypo.patch:

--- NEW FILE centericq-ljtypo.patch ---
--- centericq-4.20.0/src/accountmanager.cc.ljfriends	2005-01-27 01:52:46.000000000 +0200
+++ centericq-4.20.0/src/accountmanager.cc	2005-02-04 17:03:07.908358392 +0200
@@ -241,7 +241,7 @@ void accountmanager::exec() {
 
 		case 11:
 		    a.additional["importfriends"] =
-			(a.additional["importfriends"] == "") ? "1" : "0";
+			(a.additional["importfriends"] == "1") ? "0" : "1";
 		    break;
 
 		case 12:




More information about the scm-commits mailing list