Mercurial > libervia-backend
diff frontends/primitivus/chat.py @ 181:a566f654929e
README update:
- Sortilège shorcuts have been replaced by Primitivus shortcuts
- Credits updated
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 16 Aug 2010 21:59:52 +0800 |
parents | fdb961f27ae9 |
children | 31632472e857 |
line wrap: on
line diff
--- a/frontends/primitivus/chat.py Mon Aug 16 21:16:43 2010 +0800 +++ b/frontends/primitivus/chat.py Mon Aug 16 21:59:52 2010 +0800 @@ -112,7 +112,7 @@ show = not isinstance(self._w, custom_widgets.LabelLine) self.showDecoration(show) self._invalidate() - elif key == "meta s": #user wants to (un)hide group's subject + elif key == "meta s": #user wants to (un)hide group's subject or change its apperance if self.subject: self.show_title = (self.show_title + 1) % 3 if self.show_title == 0: