fix startupcompleted constraints

use the new panel toolbox
This commit is contained in:
Marco Martin 2013-05-13 14:25:57 +02:00
parent 981ae1cdd6
commit f22e4be172
2 changed files with 1 additions and 2 deletions

View File

@ -507,7 +507,6 @@ QList<Plasma::Containment *> CoronaPrivate::importLayout(const KConfigGroup &con
} }
foreach (Containment *containment, newContainments) { foreach (Containment *containment, newContainments) {
containment->updateConstraints(Plasma::Types::StartupCompletedConstraint);
emit q->containmentAdded(containment); emit q->containmentAdded(containment);
#ifndef NDEBUG #ifndef NDEBUG
// kDebug() << "!!{} STARTUP TIME" << QTime().msecsTo(QTime::currentTime()) << "Containment" << containment->name(); // kDebug() << "!!{} STARTUP TIME" << QTime().msecsTo(QTime::currentTime()) << "Containment" << containment->name();

View File

@ -7,7 +7,7 @@ MiddleButton=org.kde.paste
[Panel] [Panel]
Containment=org.kde.panel Containment=org.kde.panel
ToolBox=org.kde.toolbox ToolBox=org.kde.paneltoolbox
[Panel][ContainmentActions] [Panel][ContainmentActions]
Ctrl;LeftButton=org.kde.standardmenu Ctrl;LeftButton=org.kde.standardmenu