Mercurial > libervia-backend
diff frontends/src/wix/chat.py @ 276:a00e87d48213
bridge, bridge constructor: fixed mix stuff
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Jan 2011 22:54:58 +0100 |
parents | b1794cbb88e5 |
children | 1a990a88bff2 |
line wrap: on
line diff
--- a/frontends/src/wix/chat.py Tue Jan 25 16:39:27 2011 +0100 +++ b/frontends/src/wix/chat.py Sun Jan 30 22:54:58 2011 +0100 @@ -194,7 +194,7 @@ """Behaviour when enter pressed in send line.""" self.host.bridge.sendMessage(self.target.short if self.type=='group' else self.target, event.GetString(), - type = "groupchat" if self.type=='group' else "chat", + mess_type = "groupchat" if self.type=='group' else "chat", profile_key=self.host.profile) self.textBox.Clear()