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

List:       kde-commits
Subject:    KDE/kdebase/runtime/knotify
From:       John Layt <john () layt ! net>
Date:       2009-12-28 21:07:05
Message-ID: 1262034425.952938.16547.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1067079 by jlayt:

krazy fixes


 M  +1 -1      knotify.cpp  
 M  +2 -2      notifybypopup.cpp  


--- trunk/KDE/kdebase/runtime/knotify/knotify.cpp #1067078:1067079
@@ -168,7 +168,7 @@
 void KNotify::emitEvent(Event *e)
 {
 	QString presentstring=e->config.readEntry("Action");
-	QStringList presents=presentstring.split ("|");
+	QStringList presents=presentstring.split ('|');
 	
 	foreach(const QString & action , presents)
 	{
--- trunk/KDE/kdebase/runtime/knotify/notifybypopup.cpp #1067078:1067079
@@ -156,8 +156,8 @@
 
 void NotifyByPopup::slotLinkClicked( const QString &adr )
 {
-	unsigned int id=adr.section("/" , 0 , 0).toUInt();
-	unsigned int action=adr.section("/" , 1 , 1).toUInt();
+	unsigned int id=adr.section('/' , 0 , 0).toUInt();
+	unsigned int action=adr.section('/' , 1 , 1).toUInt();
 
 //	kDebug(300) << id << " " << action;
         
[prev in list] [next in list] [prev in thread] [next in thread] 

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