From eeae545caecc1dec7d3122edaa23fdb279d9f08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Mon, 4 Jun 2007 20:34:00 +0000 Subject: [PATCH] Small fixes svn path=/trunk/KDE/kdebase/workspace/; revision=671466 --- effects/presentwindows_config.desktop | 2 +- kcmkwin/kwineffects/main.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/effects/presentwindows_config.desktop b/effects/presentwindows_config.desktop index e827ad6326..8ddbadd26a 100644 --- a/effects/presentwindows_config.desktop +++ b/effects/presentwindows_config.desktop @@ -7,7 +7,7 @@ X-KDE-Library=kcm_kwin4_effect_builtins X-KDE-FactoryName=kcm_kwineffect_presentwindows X-KDE-ParentComponents=kwin4_effect_presentwindows -Name=PresentWindows +Name=Present Windows Name[csb]=BiéżnéÒkno Name[de]=Fenster zeigen Name[el]=Παρουσίαση παραθύρων diff --git a/kcmkwin/kwineffects/main.cpp b/kcmkwin/kwineffects/main.cpp index 6b4744750a..013890d05b 100644 --- a/kcmkwin/kwineffects/main.cpp +++ b/kcmkwin/kwineffects/main.cpp @@ -18,6 +18,7 @@ License. See the file "COPYING" for the exact licensing terms. #include #include #include +#include #include #include @@ -45,6 +46,8 @@ KWinEffectsConfig::KWinEffectsConfig(QWidget *parent, const QStringList &) setLayout(layout); connect(mPluginSelector, SIGNAL(changed(bool)), this, SLOT(changed())); + connect(mPluginSelector, SIGNAL(configCommitted(const QByteArray&)), + KSettings::Dispatcher::self(), SLOT(reparseConfiguration(const QByteArray&))); // Find all .desktop files of the effects KService::List offers = KServiceTypeTrader::self()->query("KWin/Effect");