diff frontends/src/quick_frontend/quick_contact_list.py @ 1230:3abc6563a0d2

primitivus: implement parameter "Show empty groups"
author souliane <souliane@mailoo.org>
date Mon, 06 Oct 2014 13:54:41 +0200
parents 03661d1b216a
children e3a9ea76de35
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py	Mon Oct 06 12:44:58 2014 +0200
+++ b/frontends/src/quick_frontend/quick_contact_list.py	Mon Oct 06 13:54:41 2014 +0200
@@ -107,3 +107,6 @@
 
     def showOfflineContacts(self, show):
         pass
+
+    def showEmptyGroups(self, show):
+        pass