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. svn path=/trunk/kdebase/kwin/; revision=408565
This commit is contained in:
parent
64ab03402b
commit
bb1c008e1b
1 changed files with 2 additions and 2 deletions
|
@ -750,8 +750,8 @@ void ButtonPositionWidget::setDecorationFactory(KDecorationFactory *factory)
|
|||
|
||||
m_supportedButtons = supportedButtons;
|
||||
} else {
|
||||
// enable all buttons!
|
||||
m_supportedButtons = "RLBFXAIHSM_";
|
||||
// enable only buttons available before AbilityButton* introduction
|
||||
m_supportedButtons = "MSHIAX_";
|
||||
}
|
||||
|
||||
// update the button lists...
|
||||
|
|
Loading…
Reference in a new issue