From 734c19e2035fe4e9c44577620c4bed413d807f96 Mon Sep 17 00:00:00 2001 From: Leonardo Finetti Date: Mon, 17 Nov 2008 16:01:18 +0000 Subject: [PATCH] Patch by annma. Tested by me :-) BUG: 162649 svn path=/trunk/KDE/kdebase/workspace/; revision=885645 --- kcmkwin/kwindecoration/kwindecoration.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 8337b4bde6..d783d2d05c 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -555,12 +555,14 @@ void KWinDecorationModule::defaults() // Don't set default for now // decorationList->setSelected( // decorationList->findItem( i18n("KDE 2") ), true ); // KDE classic client + decorationList->setCurrentItem( i18n("Ozone"), true ); // KDE classic client + slotChangeDecoration(i18n("Ozone")); buttonPositionWidget->setButtonsLeft(KDecorationOptions::defaultTitleButtonsLeft()); buttonPositionWidget->setButtonsRight(KDecorationOptions::defaultTitleButtonsRight()); - border_size = BorderNormal; - checkSupportedBorderSizes(); + border_size = BorderNormal; + checkSupportedBorderSizes(); // Set plugin defaults emit pluginDefaults();