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");