Renamed CustomButtonOrder to CustomButtonPositions to make button order

configurable after kwindecoration change.

svn path=/trunk/kdebase/kwin/; revision=93571
icc-effect-5.14.5
Karol Szwed 2001-04-23 12:05:55 +00:00
parent 7bbb0cfa0f
commit 60121852e5
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}