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 <mpg@redhat.com>2007-09-17 13:15:36 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-09-17 13:15:36 (GMT)
commit70723aff7a947d00f4f5632cfd7d1fe4d52c79be (patch)
tree02dfb33132297f3a96c5943cf2f12dc82f0eab75 /shell
parent30edb542b16a544977cf22f2b1a669d4d618730c (diff)
Remove the friend from the mapping dict.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/friendstray.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/view/frame/friendstray.py b/shell/view/frame/friendstray.py
index b5c35d6..6447d83 100644
--- a/shell/view/frame/friendstray.py
+++ b/shell/view/frame/friendstray.py
@@ -75,6 +75,7 @@ class FriendsTray(VTray):
return
self.remove_item(self._buddies[buddy.props.key])
+ del self._buddies[buddy.props.key]
def clear(self):
for item in self.get_children():