SVN commit 1010478 by abnerf: We need to update global presence when a source is removed. M +2 -0 presence.cpp --- trunk/playground/base/plasma/applets/presence/presence.cpp #1010477:1010478 @@ -165,6 +165,8 @@ delete account; m_engine->disconnectSource(source, this); + updateMasterPresence(); + updateConstraints(); updateSize(); }