From d58f380842d2134bff43d15a2af6e1799e9c6156 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 30 Nov 2005 17:46:36 +0000 Subject: [PATCH] emmit SIGNED_IN when needed (when we connect) --- src/common/connection.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/connection.py b/src/common/connection.py index 55aeed2c4..5937dc803 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -1311,6 +1311,9 @@ class Connection: # Get bookmarks from private namespace self.get_bookmarks() + + #Inform GUI we just signed in + self.dispatch('SIGNED_IN', ()) self.continue_connect_info = None def _PrivateCB(self, con, iq_obj):