diff frontends/wix/contact_list.py @ 183:9ee4a1d0d7fb

Added auto(dis)connect params + misc - parameters,xmlui: "bool" type is now managed - parameters,xmlui: categories now use label in addition of name - QuickFrontend: auto(dis)connection management - plugin XEP-0045: an error dialog is now show in frontend if room cannot be joined - Wix: fixed unproper close event management
author Goffi <goffi@goffi.org>
date Wed, 18 Aug 2010 15:57:26 +0800
parents 2f8c86488b05
children 58f96e66ec17
line wrap: on
line diff
--- a/frontends/wix/contact_list.py	Wed Aug 18 12:45:48 2010 +0800
+++ b/frontends/wix/contact_list.py	Wed Aug 18 15:57:26 2010 +0800
@@ -119,7 +119,6 @@
     def add(self, contact, groups = None):
         """add a contact to the list"""
         debug (_("adding %s"),contact)
-        #gof: groups = param_groups or self.CM.getAttr(jid, 'groups')
         if not groups:
             idx = self.Insert(self.__presentItem(contact), 0, contact)
         else: