From kde-commits Sun Aug 02 19:11:49 2009 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Sun, 02 Aug 2009 19:11:49 +0000 To: kde-commits Subject: KDE/kdebase/workspace/plasma/applets/tasks Message-Id: <1249240309.984250.2920.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124924031528253 SVN commit 1005997 by aseigo: this is the wrong place for this check M +0 -5 taskgroupitem.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/tasks/taskgroupitem.cpp #1005996:1005997 @@ -284,12 +284,7 @@ QList windows; foreach (AbstractGroupableItem *item, m_group->members()) { - if (++i > 4) { - break; - } - TaskManager::TaskItem *taskItem = qobject_cast(item); - if (taskItem && taskItem->task()) { windows.append(taskItem->task()->window()); }