# HG changeset patch # User Goffi # Date 1352922964 -3600 # Node ID a7f53e778d8e0cbbb02b2573d8e2e7f9f9162d12 # Parent 3eeb6c865e4ded164c7eee34960da52e86a9f4fb quick frontend: fixed clearContacts diff -r 3eeb6c865e4d -r a7f53e778d8e frontends/src/quick_frontend/quick_contact_list.py --- 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()