so that people don't have to ask me how to turn on the anims =)
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=677882
This commit is contained in:
parent
a3b156c7d8
commit
ac1d10f987
@ -409,7 +409,7 @@ void Phase::init()
|
||||
{
|
||||
KConfig c("plasmarc");
|
||||
KConfigGroup cg(&c, "Phase");
|
||||
QString pluginName = cg.readEntry("animator", QString());
|
||||
QString pluginName = cg.readEntry("animator", "default");
|
||||
|
||||
if (!pluginName.isEmpty()) {
|
||||
QString constraint = QString("[X-KDE-PluginInfo-Name] == '%1'").arg(pluginName);
|
||||
|
Loading…
Reference in New Issue
Block a user