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

List:       kde-commits
Subject:    playground/base/plasma/applets/news
From:       Christian Weilbach <christian () whiletaker ! homeip ! net>
Date:       2008-08-20 0:43:59
Message-ID: 1219193039.830855.13877.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 849733 by weilbach:

Missed to remove the "..." separtor from the config dialog url string.


 M  +4 -1      news.cpp  


--- trunk/playground/base/plasma/applets/news/news.cpp #849732:849733
@@ -182,7 +182,10 @@
     ui.firstKColorButton->setColor(m_firstColor);
     ui.secondKColorButton->setColor(m_secondColor);
 
-    ui.feedList->addItems(m_feeds);
+    foreach (QString feed, m_feeds){
+        feed.replace("...","");
+        ui.feedList->addItem(feed);
+    }
 
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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