problem with windowstrip

Marco Martin notmart at gmail.com
Tue Feb 7 17:27:45 UTC 2012


On Tue, Feb 7, 2012 at 5:17 PM, Marco Martin <notmart at gmail.com> wrote:
> keyboard input is ok, but looks like kwindowsystem::activewindow is
> wrong (this called by any process)

for how weird it may seem, the line that seems to break everything, is
declarative.cpp, line 154:

if (tabBox->embedded()) {
        connect(KWindowSystem::self(),
SIGNAL(windowChanged(WId,uint)), SLOT(slotWindowChanged(WId, uint)));
    }

just the fact to connecting to the windowchanged signal breaks
everything, even if in the slotWindowChanged i don't do anything.

Cheers,
Marco Martin


More information about the Active mailing list