Mercurial > libervia-backend
changeset 766:6c36149524ed
primitivus: redraw after changing the presence or status
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 18 Dec 2013 07:44:35 +0100 |
parents | 787ee59dba9c |
children | 318acc83a392 |
files | frontends/src/primitivus/status.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/primitivus/status.py Tue Dec 17 18:44:53 2013 +0100 +++ b/frontends/src/primitivus/status.py Wed Dec 18 07:44:35 2013 +0100 @@ -66,3 +66,4 @@ show_icon, show_attr = Const.PRESENCE.get(show) self.presence.set_text(('show_normal', show_icon)) self.status.set_text((show_attr, status)) + self.host.redraw()