[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kopete-devel
Subject:    [kopete-devel] Check for QString compares to "".
From:       "Samir Faci" <samir.list () gmail ! com>
Date:       2007-08-22 23:13:05
Message-ID: 1e6142750708221613t5cb983bo5b529df4cce7fcda () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


ebn patch

[Attachment #5 (text/html)]

ebn patch<br>

["patch.diff" (text/plain)]

Index: protocols/oscar/liboscar/xtrazxtraznotify.cpp
===================================================================
--- protocols/oscar/liboscar/xtrazxtraznotify.cpp	(revision 703601)
+++ protocols/oscar/liboscar/xtrazxtraznotify.cpp	(working copy)
@@ -328,7 +328,7 @@
 {
 	if ( id == "cAwaySrv" )
 		return new XAwayService();
-	else if ( id == "" )
+	else if ( id.isEmpty()  )
 		return new XService();
 	else
 		return 0;


_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic