Mercurial > libervia-backend
diff frontends/src/quick_frontend/constants.py @ 1348:a39d2db03c80 frontends_multi_profiles
frontends: add listeners 'profilePlugged', 'disconnect' and 'gotMenus' (the last one to be removed when the menus are refactored to quick_app)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 03 Mar 2015 22:17:57 +0100 |
parents | e31a07a5614d |
children | fa77e40eb17b |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py Tue Mar 03 15:05:10 2015 +0100 +++ b/frontends/src/quick_frontend/constants.py Tue Mar 03 22:17:57 2015 +0100 @@ -71,4 +71,4 @@ WIDGET_RAISE = 'RAISE' WIDGET_RECREATE = 'RECREATE' - LISTENERS = {'avatar', 'nick', 'presence'} + LISTENERS = {'avatar', 'nick', 'presence', 'profilePlugged', 'disconnect', 'gotMenus'}