Mercurial > libervia-backend
diff frontends/quick_frontend/quick_contact_list.py @ 111:6c927140ba82
sortilege fix: it launches again now
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 29 Jun 2010 16:07:51 +0800 |
parents | f271fff3a713 |
children | 961e0898271f |
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