# HG changeset patch # User Goffi # Date 1472401435 -7200 # Node ID aff318d4a78678b52105e4e7288893892a13aa38 # Parent 7f5e344938c134c93771ed0163d8abb1c64a8917 quick frontend (chat): fixed getWidgetHash diff -r 7f5e344938c1 -r aff318d4a786 frontends/src/quick_frontend/quick_chat.py --- 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