From kde-commits Mon Jun 29 18:42:07 2009 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Mon, 29 Jun 2009 18:42:07 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/applets/tasks Message-Id: <1246300927.346485.11222.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124630093526069 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*)));