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

List:       kde-commits
Subject:    branches/KDE/4.5/kdebase/workspace/plasma/desktop/shell
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-10-04 21:42:04
Message-ID: 20101004214204.B04D43E1F1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1182543 by aseigo:

convert the number first to a string, otherwise it doesn't append anything. noticed by Oliver oin the BR
CCBUG:156475


 M  +1 -1      main.cpp  


--- branches/KDE/4.5/kdebase/workspace/plasma/desktop/shell/main.cpp #1182542:1182543
@@ -96,7 +96,7 @@
 
     QByteArray appName = "plasma-desktop";
     if (associatedScreen > 0) {
-        appName.append("-screen-").append(associatedScreen);
+        appName.append("-screen-").append(QByteArray::number(associatedScreen));
     }
 
     KAboutData aboutData(appName, 0, ki18n("Plasma Workspace"),
[prev in list] [next in list] [prev in thread] [next in thread] 

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