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

List:       kde-commits
Subject:    kdebase/kwin/kcmkwin/kwindecoration
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-04-29 9:44:42
Message-ID: 20050429094442.4B924629 () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

If the decoration doesn't announce which titlebar buttons it supports,
make the default only those buttons that were available before the time
the possibility to announce the support came, not all buttons.


  M +2 -2      buttons.cpp   1.19


--- kdebase/kwin/kcmkwin/kwindecoration/buttons.cpp  #1.18:1.19
@@ -751,6 +751,6 @@ void ButtonPositionWidget::setDecoration
                 m_supportedButtons = supportedButtons;
         } else {
-                // enable all buttons!
-                m_supportedButtons = "RLBFXAIHSM_";
+                // enable only buttons available before AbilityButton* introduction
+                m_supportedButtons = "MSHIAX_";
         }
 


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

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