Remove the FIXME because it's already enabled and working correctly
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=756461
This commit is contained in:
parent
b97d76a52e
commit
ecbe57e4ea
@ -235,9 +235,6 @@ void Corona::loadApplets(const QString& configName)
|
||||
}
|
||||
|
||||
Applet *applet = c->addApplet(plugin, QVariantList(), appId, appletConfig.readEntry("geometry", QRectF()), true);
|
||||
Q_UNUSED(applet)
|
||||
// FIXME: the transform does not stick; it gets set then almost immediately reset.
|
||||
// find out why and then reenable this
|
||||
|
||||
QList<qreal> m = appletConfig.readEntry("transform", QList<qreal>());
|
||||
if (m.count() == 9) {
|
||||
|
Loading…
Reference in New Issue
Block a user