changeset 2048:aff318d4a786

quick frontend (chat): fixed getWidgetHash
author Goffi <goffi@goffi.org>
date Sun, 28 Aug 2016 18:23:55 +0200
parents 7f5e344938c1
children b67aece4a667
files frontends/src/quick_frontend/quick_chat.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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