Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_app.py @ 1429:798e5e38516b
quick_frontend (quick_app): properly fixed roster loss:
commit 6adf1b0be609 which was causing issues in Libervia or when a profile was already connected
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 May 2015 22:31:37 +0200 |
parents | 6adf1b0be609 |
children | 7590bbf44eed |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_app.py Fri Apr 24 16:10:46 2015 +0200 +++ b/frontends/src/quick_frontend/quick_app.py Fri May 22 22:31:37 2015 +0200 @@ -98,6 +98,8 @@ if not self.bridge.isConnected(self.profile): self.host.setPresenceStatus(C.PRESENCE_UNAVAILABLE, '', profile=self.profile) else: + + contact_list.fill() self.host.setPresenceStatus(profile=self.profile) #The waiting subscription requests