SOURCES: psi-empty_group-fix.patch - cosmetic update for psi 0.11

hawk hawk at pld-linux.org
Sat Jan 26 00:36:18 CET 2008


Author: hawk                         Date: Fri Jan 25 23:36:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cosmetic update for psi 0.11

---- Files affected:
SOURCES:
   psi-empty_group-fix.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/psi-empty_group-fix.patch
diff -u SOURCES/psi-empty_group-fix.patch:1.2 SOURCES/psi-empty_group-fix.patch:1.3
--- SOURCES/psi-empty_group-fix.patch:1.2	Fri Jan 14 23:05:44 2005
+++ SOURCES/psi-empty_group-fix.patch	Sat Jan 26 00:36:12 2008
@@ -1,7 +1,6 @@
-diff -urN psi-0.9.3.orig/iris/xmpp-im/types.cpp psi-0.9.3/iris/xmpp-im/types.cpp
---- psi-0.9.3.orig/iris/xmpp-im/types.cpp	2004-10-14 21:14:40.000000000 +0200
-+++ psi-0.9.3/iris/xmpp-im/types.cpp	2005-01-14 23:04:31.138456536 +0100
-@@ -1026,7 +1026,7 @@
+--- psi-0.11/iris/xmpp-im/types.cpp.orig	2007-10-14 16:00:50.000000000 +0200
++++ psi-0.11/iris/xmpp-im/types.cpp	2008-01-25 23:56:27.523786094 +0100
+@@ -2618,7 +2618,7 @@
  
  bool RosterItem::addGroup(const QString &g)
  {
@@ -10,12 +9,12 @@
  		return false;
  
  	v_groups += g;
-@@ -1075,8 +1075,10 @@
+@@ -2667,8 +2667,10 @@
  		QDomElement i = n.toElement();
  		if(i.isNull())
  			continue;
 -		if(i.tagName() == "group")
-+		if(i.tagName() == "group"){
++		if(i.tagName() == "group") {
  			g += tagContent(i);
 +			g.remove(QString(""));
 +		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/psi-empty_group-fix.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list