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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/containments/desktop
From:       Jeremy Paul Whiting <jeremy () scitools ! com>
Date:       2008-01-03 22:58:54
Message-ID: 1199401134.212289.15065.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 756958 by whiting:

remove _ characters when showing titles in the dropdown list

 M  +1 -1      backgrounddialog.cpp  


--- trunk/KDE/kdebase/workspace/plasma/containments/desktop/backgrounddialog.cpp #756957:756958
@@ -297,7 +297,7 @@
                    option.rect.top() + MARGIN,
                    option.rect.width() - x - MARGIN * 2,
                    maxheight);
-    QString text = title;
+    QString text = title.replace("_", " ");
     if (!author.isEmpty()) {
         text += "\n" + author;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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