delay creation of containments as well

This commit is contained in:
Marco Martin 2013-02-19 20:33:25 +01:00
parent 222e132ecd
commit 18a050c1b3

View File

@ -104,10 +104,6 @@ bool DeclarativeAppletScript::init()
connect(applet(), SIGNAL(activate()),
this, SLOT(activate()));
//FIXME: everything should be delayed
if (pc) {
m_interface->init();
}
return true;
}