emmit SIGNED_IN when needed (when we connect)

This commit is contained in:
Yann Leboulanger 2005-11-30 17:46:36 +00:00
parent 20c4113666
commit d58f380842
1 changed files with 3 additions and 0 deletions

View File

@ -1311,6 +1311,9 @@ class Connection:
# Get bookmarks from private namespace # Get bookmarks from private namespace
self.get_bookmarks() self.get_bookmarks()
#Inform GUI we just signed in
self.dispatch('SIGNED_IN', ())
self.continue_connect_info = None self.continue_connect_info = None
def _PrivateCB(self, con, iq_obj): def _PrivateCB(self, con, iq_obj):