# HG changeset patch # User souliane # Date 1387349075 -3600 # Node ID 6c36149524ed876741ce090c793cb027b959b743 # Parent 787ee59dba9c8a268103b675b7ad3901c66569f8 primitivus: redraw after changing the presence or status diff -r 787ee59dba9c -r 6c36149524ed frontends/src/primitivus/status.py --- 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()