Mercurial > libervia-backend
changeset 543:a7f53e778d8e
quick frontend: fixed clearContacts
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Wed, 14 Nov 2012 20:56:04 +0100 |
| parents | 3eeb6c865e4d |
| children | 899bd6fc7580 |
| files | frontends/src/quick_frontend/quick_contact_list.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py Wed Nov 14 20:37:15 2012 +0100 +++ b/frontends/src/quick_frontend/quick_contact_list.py Wed Nov 14 20:56:04 2012 +0100 @@ -50,7 +50,7 @@ def __contains__(self, jid): raise NotImplementedError - def clearContacts(self, jid): + def clearContacts(self): """Clear all the contact list""" self.specials.clear()
