From 60121852e5d700a18713548791881feaf9daf73b Mon Sep 17 00:00:00 2001 From: Karol Szwed Date: Mon, 23 Apr 2001 12:05:55 +0000 Subject: [PATCH] Renamed CustomButtonOrder to CustomButtonPositions to make button order configurable after kwindecoration change. svn path=/trunk/kdebase/kwin/; revision=93571 --- clients/modernsystem/modernsys.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/modernsystem/modernsys.cpp b/clients/modernsystem/modernsys.cpp index 3149c1ab7a..6f3ba073d6 100644 --- a/clients/modernsystem/modernsys.cpp +++ b/clients/modernsystem/modernsys.cpp @@ -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"; }