Mercurial > libervia-web
diff browser_side/list_manager.py @ 279:2d6bd975a72d
browser_side: set your own presence status and display those of others
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 23 Nov 2013 14:46:03 +0100 |
parents | d3c734669577 |
children | 0b7934e75e76 |
line wrap: on
line diff
--- a/browser_side/list_manager.py Fri Nov 22 21:43:08 2013 +0100 +++ b/browser_side/list_manager.py Sat Nov 23 14:46:03 2013 +0100 @@ -236,7 +236,7 @@ def registerPopupMenuPanel(self, entries, hide, callback): "Register a popup menu panel that will be bound to all contact keys elements." - self.popup_menu = panels.PopupMenuPanel(entries=entries, hide=hide, callback=callback, item_style=self.style["popupMenuItem"]) + self.popup_menu = panels.PopupMenuPanel(entries=entries, hide=hide, callback=callback, style={"item": self.style["popupMenuItem"]}) class DragAutoCompleteTextBox(AutoCompleteTextBox, DragWidget, MouseHandler, FocusHandler):