SVN commit 989218 by aseigo: i shouldn't code when i'm rushing towards the airport on 4 hours sleep; thanks to Simon St. James for noticing this inversion M +1 -1 taskgroupitem.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/tasks/taskgroupitem.cpp #989217:989218 @@ -472,7 +472,7 @@ m_activeTaskIndex = 0; } - if (!isNew) { + if (isNew) { connect(item, SIGNAL(activated(AbstractTaskItem*)), this, SLOT(updateActive(AbstractTaskItem*)));