Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-20 14:30:30 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-20 14:30:30 (GMT)
commitf997d02a7a76e64e1ff963b1621bfbcb28c29525 (patch)
tree8f4b4c0596b43dd30d8a0da7b2b7a8b518609292 /shell
parenta5fab157ee39b85daae7a9de2b7632a50573cbdc (diff)
should be add_alone_buddy, add_buddy does not exist
Diffstat (limited to 'shell')
-rw-r--r--shell/view/home/MeshBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index c2682c0..e2aad35 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -69,7 +69,7 @@ class MeshBox(SpreadBox):
self._buddy_to_activity = {}
for buddy_model in self._model.get_buddies():
- self._add_buddy(buddy_model)
+ self._add_alone_buddy(buddy_model)
self._model.connect('buddy-added', self._buddy_added_cb)
self._model.connect('buddy-removed', self._buddy_removed_cb)