Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/view/frame/friendstray.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/frame/friendstray.py')
-rw-r--r--src/view/frame/friendstray.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/frame/friendstray.py b/src/view/frame/friendstray.py
index b9d8c07..7236d75 100644
--- a/src/view/frame/friendstray.py
+++ b/src/view/frame/friendstray.py
@@ -83,6 +83,7 @@ class FriendsTray(VTray):
def clear(self):
for item in self.get_children():
self.remove_item(item)
+ item.destroy()
self._buddies = {}
def __activity_appeared_cb(self, pservice, activity_ps):