Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_chat.py @ 2048:aff318d4a786
quick frontend (chat): fixed getWidgetHash
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 28 Aug 2016 18:23:55 +0200 |
parents | f607349a01a4 |
children | 1dc3c7680ea0 |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_chat.py Sun Aug 28 18:22:46 2016 +0200 +++ b/frontends/src/quick_frontend/quick_chat.py Sun Aug 28 18:23:55 2016 +0200 @@ -225,7 +225,7 @@ @staticmethod def getWidgetHash(target, profiles): - profile = profiles[0] + profile = list(profiles)[0] return (profile, target.bare) @staticmethod