emmit SIGNED_IN when needed (when we connect)
This commit is contained in:
parent
20c4113666
commit
d58f380842
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue