From kde-core-devel Fri May 10 21:31:01 2002 From: Ellis Whitehead Date: Fri, 10 May 2002 21:31:01 +0000 To: kde-core-devel Subject: Re: [PATCH] bug in one of the KAction c'tors X-MARC-Message: https://marc.info/?l=kde-core-devel&m=102106530927293 Hi Marc, Good catch. I hadn't thought about that being the cause of the kmail problem. I noticed the duplicate connect in KAction last week too, though, and committed a patch for it. So it's already fixed in HEAD. If the time frame for inclusion works out, your patch can be safely applied to 3.0.1. Cheers, Ellis On Friday 10 May 2002 16:11, Marc Mutz wrote: > > > I debugged this further. It's a bug in > KAction::KAction( const KGuiItem &, ... ) > which does > if ( receiver ) connect (...); > However, KAction::initPrivate(), called earlier in the same c'tor has > already connected the slot ;-)