Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-25 17:41:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-25 17:41:08 (GMT)
commit57992d3fb419561a38cc2e84cf68c4b5790203bb (patch)
treebe8c995d99cd685602c984f44314a676a8064810 /shell/view
parentaa71d354b22f50c1f6d4d8fa9353c277fd2374ce (diff)
Handle None current activity case
Diffstat (limited to 'shell/view')
-rw-r--r--shell/view/home/MeshGroup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/MeshGroup.py b/shell/view/home/MeshGroup.py
index 689f759..a95605d 100644
--- a/shell/view/home/MeshGroup.py
+++ b/shell/view/home/MeshGroup.py
@@ -117,7 +117,7 @@ class MeshGroup(goocanvas.Group):
self._remove_buddy(buddy_model)
if activity_model == None:
- self.add_buddy(buddy_model)
+ self._add_alone_buddy(buddy_model)
else:
activity = self._activities[activity_model.get_id()]