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

List:       kde-commits
Subject:    playground/base/plasma/runners/recentdocuments
From:       Christian Weilbach <christian () whiletaker ! homeip ! net>
Date:       2008-08-23 3:16:48
Message-ID: 1219461408.565311.1690.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851172 by weilbach:

Fix the append to string operator from << to += and build again.


 M  +2 -1      recentdocuments.cpp  


--- trunk/playground/base/plasma/runners/recentdocuments/recentdocuments.cpp #851171:851172
@@ -95,7 +95,8 @@
             match.setText(niceName);
             match.setSubtext(subtext);
             context.addMatch(term, match);
-            niceName.replace(m_recentDocumentsDir, "") << m_recentDocumentsDir;
+            niceName.replace(m_recentDocumentsDir, "");
+            niceName += m_recentDocumentsDir;
         }
     }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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