From 4c2da43553c0d05a71d686ed1f05e35219df1bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 27 Mar 2014 12:08:10 +0100 Subject: [PATCH] [KWin] Fix reconfigure from PresentWindows Config plugin Didn't have kwin4_effect_ prefix. --- effects/presentwindows/presentwindows_config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/presentwindows/presentwindows_config.cpp b/effects/presentwindows/presentwindows_config.cpp index 5639b2fd88..50cc9e0e84 100644 --- a/effects/presentwindows/presentwindows_config.cpp +++ b/effects/presentwindows/presentwindows_config.cpp @@ -101,7 +101,7 @@ void PresentWindowsEffectConfig::save() OrgKdeKwinEffectsInterface interface(QStringLiteral("org.kde.kwin.Effects"), QStringLiteral("/Effects"), QDBusConnection::sessionBus()); - interface.reconfigureEffect(QStringLiteral("presentwindows")); + interface.reconfigureEffect(QStringLiteral("kwin4_effect_presentwindows")); } void PresentWindowsEffectConfig::defaults()