On Sunday 17 August 2008 04:52:18 Aaron J. Seigo wrote:
> On Monday 11 August 2008, Alex Merry wrote:
> > We've had several issues with applets having constraintsEvent() called
> > before init() has been called at Plasma startup.
>
> this looks ok; it's unfortunate we have widgets hitting the event
On Monday 11 August 2008, Alex Merry wrote:
> We've had several issues with applets having constraintsEvent() called
> before init() has been called at Plasma startup.
this looks ok; it's unfortunate we have widgets hitting the event loop in
their constructor. this is quite wrong, actually, and t
We've had several issues with applets having constraintsEvent() called before
init() has been called at Plasma startup.
As far as I can ascertain, this is because control is being passed to an event
loop in Corona::LoadLayout between the call to Containment::restore(), which
creates the applets