diff frontends/src/primitivus/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 1f7a14d0343d
children 7c7ec2347b56
line wrap: on
line diff
--- a/frontends/src/primitivus/chat.py	Thu Sep 29 12:09:31 2011 +0200
+++ b/frontends/src/primitivus/chat.py	Thu Sep 29 12:13:22 2011 +0200
@@ -283,5 +283,5 @@
     def onFileSelected(self, filepath):
         self.host.removePopUp()
         full_jid = self.host.CM.get_full(self.target)
-        id = self.host.bridge.sendFile(full_jid, filepath)
+        id = self.host.bridge.sendFile(full_jid, filepath, {}, self.host.profile)
         self.host.addProgress(id,filepath)