diff frontends/src/quick_frontend/constants.py @ 1363:fa77e40eb17b frontends_multi_profiles

quick_frontends: added "menu" listeners, which is called when a menu is added or removed.
author Goffi <goffi@goffi.org>
date Tue, 17 Mar 2015 19:33:04 +0100
parents a39d2db03c80
children 3dae6964c071
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py	Tue Mar 17 19:30:43 2015 +0100
+++ b/frontends/src/quick_frontend/constants.py	Tue Mar 17 19:33:04 2015 +0100
@@ -71,4 +71,4 @@
     WIDGET_RAISE = 'RAISE'
     WIDGET_RECREATE = 'RECREATE'
 
-    LISTENERS = {'avatar', 'nick', 'presence', 'profilePlugged', 'disconnect', 'gotMenus'}
+    LISTENERS = {'avatar', 'nick', 'presence', 'profilePlugged', 'disconnect', 'gotMenus', 'menu'}