Unregister the chat service on destroy.

This commit is contained in:
Marco Pesenti Gritti
2006-10-19 14:51:13 +02:00
parent 21aa37cc24
commit cf13a7ff5b
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -150,6 +150,6 @@ class ActivityHost:
def _activity_closed_cb(self, shell, activity):
if activity == self:
self.chat_hide()
self._chat_window.destroy()
self._frame_was_visible = False