From kde-core-devel Thu Sep 26 09:52:51 2002 From: Martijn Klingens Date: Thu, 26 Sep 2002 09:52:51 +0000 To: kde-core-devel Subject: Re: Bug in KAction::initPrivate X-MARC-Message: https://marc.info/?l=kde-core-devel&m=103303357121377 On Wednesday 25 September 2002 16:09, Michael Brade wrote: > Hmmm... this still leaves us without a fix for KNotes. I tried a lazy way: > just disconnect the activated signals in KSelectAction's CTOR but somehow > this doesn't work - I can't disconnect anything in KSelectAction's CTOR, > not even this->disconnect() works, it returns false :-( Why? An obvious workaround would be to not pass the slot to the constructor, but connect manually to activated() after the object's creation. But after rereading the thread I wonder what exactly wouldn't work for you if the '{x}' magic is reverted by Simon to KDE 3.0's behaviour. Could you explain? (Oh, and I have no idea why your disconnect in the ctor doesn't work, sorry.) -- Martijn