Mercurial > libervia-backend
changeset 850:30fd34309949
primitivus: displayed presence/status was not updated when the presence is "Online".
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 18 Feb 2014 19:37:29 +0100 |
parents | c5a8f602662b |
children | a8260ee88708 |
files | frontends/src/primitivus/primitivus |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/primitivus/primitivus Tue Feb 18 17:49:33 2014 +0100 +++ b/frontends/src/primitivus/primitivus Tue Feb 18 19:37:29 2014 +0100 @@ -623,7 +623,7 @@ self.chat_wins[from_bare].updateChatState(state) def setStatusOnline(self, online=True, show="", statuses={}): - if not online or not show or not statuses: + if not online or not statuses: return try: self.status_bar.setPresenceStatus(show, statuses['default'])