Mercurial > libervia-backend
diff frontends/src/wix/chat.py @ 387:e66d300c5d42
frontends, bridge: sendFile method signature change + jid parameters in bridge now use _jid suffix
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 29 Sep 2011 12:13:22 +0200 |
parents | 141eeb7cd9e6 |
children | 9393ffbad6dc |
line wrap: on
line diff
--- a/frontends/src/wix/chat.py Thu Sep 29 12:09:31 2011 +0200 +++ b/frontends/src/wix/chat.py Thu Sep 29 12:13:22 2011 +0200 @@ -260,7 +260,7 @@ if filename: debug(_("filename: %s"),filename) full_jid = self.host.CM.get_full(self.target) - id = self.host.bridge.sendFile(full_jid, filename) + id = self.host.bridge.sendFile(full_jid, filename, {}, self.host.profile) self.host.waitProgress(id, _("File Transfer"), _("Copying %s") % os.path.basename(filename)) def onStartTarot(self, e):