diff frontends/wix/main_window.py @ 67:0e50dd3a234a

message sending bug fixes + sortilege update - sortilege now use default profile. /!\ sortilege is really buggy currently, need some attention
author Goffi <goffi@goffi.org>
date Thu, 04 Feb 2010 01:06:36 +1100
parents 8147b4f40809
children 9b842086d915
line wrap: on
line diff
--- a/frontends/wix/main_window.py	Wed Feb 03 23:35:57 2010 +1100
+++ b/frontends/wix/main_window.py	Thu Feb 04 01:06:36 2010 +1100
@@ -290,8 +290,8 @@
         wx.EVT_MENU(self, idFIND_GATEWAYS, self.onFindGateways)
 
 
-    def newMessage(self, from_jid, msg, type, to_jid):
-        QuickApp.newMessage(self, from_jid, msg, type, to_jid)
+    def newMessage(self, from_jid, msg, type, to_jid, profile):
+        QuickApp.newMessage(self, from_jid, msg, type, to_jid, profile)
 
     def showAlert(self, message):
         # TODO: place this in a separate class