# HG changeset patch # User Goffi # Date 1277798871 -28800 # Node ID 6c927140ba82827575838317fa80c0965566b441 # Parent cb904fa7de3cd6feca8ed41503008d9e82df61ce sortilege fix: it launches again now diff -r cb904fa7de3c -r 6c927140ba82 frontends/quick_frontend/quick_contact_list.py --- a/frontends/quick_frontend/quick_contact_list.py Tue Jun 29 15:45:11 2010 +0800 +++ b/frontends/quick_frontend/quick_contact_list.py Tue Jun 29 16:07:51 2010 +0800 @@ -37,7 +37,7 @@ """Clear all the contact list""" raise NotImplementedError - def replace(self, jid): + def replace(self, jid, groups=None): """add a contact to the list if doesn't exist, else update it""" raise NotImplementedError diff -r cb904fa7de3c -r 6c927140ba82 frontends/sortilege/sortilege --- 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)