diff frontends/src/quick_frontend/quick_contact_list.py @ 543:a7f53e778d8e

quick frontend: fixed clearContacts
author Goffi <goffi@goffi.org>
date Wed, 14 Nov 2012 20:56:04 +0100
parents 886754295efe
children ca13633d3b6b
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()