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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/applets/quicklaunch
From:       Sujith Haridasan <sujith.h () gmail ! com>
Date:       2009-05-17 12:42:14
Message-ID: 1242564134.709987.24138.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 969054 by sujithh:

Number of visible icons when set to zero will work even after restarting quicklaunch.
BUG 192633


 M  +1 -1      quicklaunchApplet.cpp  


--- trunk/KDE/kdebase/workspace/plasma/applets/quicklaunch/quicklaunchApplet.cpp \
#969053:969054 @@ -92,7 +92,7 @@
 {
     KConfigGroup cg = config();
     m_iconSize = qMax(s_defaultIconSize, (int)cg.readEntry("iconSize", \
                contentsRect().height() / 2));
-    m_visibleIcons = qMax(1, cg.readEntry("visibleIcons", m_visibleIcons));
+    m_visibleIcons = qMax(0, cg.readEntry("visibleIcons", m_visibleIcons));
     m_dialogIconSize = qMax(s_defaultIconSize, (int)cg.readEntry("dialogIconSize", \
contentsRect().height() / 2));  
     // Initialize outer layout


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

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