Renamed CustomButtonOrder to CustomButtonPositions to make button order
configurable after kwindecoration change. svn path=/trunk/kdebase/kwin/; revision=93571
This commit is contained in:
parent
7bbb0cfa0f
commit
60121852e5
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ static bool read_config()
|
|||
}
|
||||
|
||||
conf->setGroup("Style");
|
||||
if (conf->readBoolEntry("CustomButtonOrder", false)) {
|
||||
if (conf->readBoolEntry("CustomButtonPositions", false)) {
|
||||
bp = "2" + conf->readEntry("ButtonsOnLeft", "X") + "3t3"
|
||||
+ conf->readEntry("ButtonsOnRight", "HSIA") + "2";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue