diff frontends/sortilege/sortilege @ 111:6c927140ba82

sortilege fix: it launches again now
author Goffi <goffi@goffi.org>
date Tue, 29 Jun 2010 16:07:51 +0800
parents 8f2ed279784b
children
line wrap: on
line diff
--- a/frontends/sortilege/sortilege	Tue Jun 29 15:45:11 2010 +0800
+++ b/frontends/sortilege/sortilege	Tue Jun 29 16:07:51 2010 +0800
@@ -107,7 +107,7 @@
         self.__index = 0
         self.update()  #FIXME: window is not updated correctly (contacts are still here until C-L)
 
-    def replace(self, jid):
+    def replace(self, jid, groups=None):
         """add a contact to the list"""
         name = self.CM.getAttr(jid,'name')
         self.jid_list.append(jid.short)