Remove the friend from the mapping dict.
This commit is contained in:
parent
30edb542b1
commit
70723aff7a
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user