diff frontends/src/wix/main_window.py @ 513:8ee9113d307b

core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp: - new "extra" parameter in newMessage signal
author Goffi <goffi@goffi.org>
date Sat, 20 Oct 2012 17:23:56 +0200
parents 886754295efe
children 2c4016921403
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py	Wed Oct 17 00:35:48 2012 +0200
+++ b/frontends/src/wix/main_window.py	Sat Oct 20 17:23:56 2012 +0200
@@ -180,8 +180,8 @@
         wx.EVT_MENU(self, idFIND_GATEWAYS, self.onFindGateways)
 
 
-    def newMessage(self, from_jid, to_jid, msg, _type, profile):
-        QuickApp.newMessage(self, from_jid, to_jid, msg, _type, profile)
+    def newMessage(self, from_jid, to_jid, msg, _type, extra, profile):
+        QuickApp.newMessage(self, from_jid, to_jid, msg, _type, extra, profile)
 
     def showAlert(self, message):
         # TODO: place this in a separate class