Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_chat.py @ 1379:da2ea16fabc6
quick_frontend: display MUC games symbols
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 20 Mar 2015 16:29:03 +0100 |
parents | 3dae6964c071 |
children | 59c48796759e |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py Fri Mar 20 16:28:19 2015 +0100 +++ b/frontends/src/quick_frontend/quick_chat.py Fri Mar 20 16:29:03 2015 +0100 @@ -48,7 +48,7 @@ self.type = type_ self.id = "" # FIXME: to be removed self.nick = None - self.games = {} + self.games = {} # key=game name (unicode), value=instance of quick_games.RoomGame def __str__(self): return u"Chat Widget [target: {}, type: {}, profile: {}]".format(self.target, self.type, self.profile)