Blame SOURCES/kde-workspace-taskmanager-check-if-full-when-item-from-group-is-removed.patch

b5cc75
diff --git a/libs/taskmanager/groupmanager.cpp b/libs/taskmanager/groupmanager.cpp
b5cc75
index d1f304f..fc2f01f 100644
b5cc75
--- a/libs/taskmanager/groupmanager.cpp
b5cc75
+++ b/libs/taskmanager/groupmanager.cpp
b5cc75
@@ -392,6 +392,7 @@ void GroupManagerPrivate::removeTask(::TaskManager::Task *task)
b5cc75
 
b5cc75
     if (item->parentGroup()) {
b5cc75
         item->parentGroup()->remove(item);
b5cc75
+        checkIfFull();
b5cc75
     }
b5cc75
 
b5cc75
     //the item must exist as long as the Task does because of activate calls so don't delete the item here, it will delete itself.