Mercurial > libervia-backend
changeset 111:6c927140ba82
sortilege fix: it launches again now
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 29 Jun 2010 16:07:51 +0800 |
parents | cb904fa7de3c |
children | f551e44adb25 |
files | frontends/quick_frontend/quick_contact_list.py frontends/sortilege/sortilege |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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)