Mercurial > libervia-web
comparison src/browser/sat_browser/contact_panel.py @ 692:7a9c7b9f6a28
browser_side: use host.default_muc instead of C.DEFAULT_MUC
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 09 Apr 2015 11:37:25 +0200 |
parents | 3845a086f0b3 |
children | e86490a7c76e |
comparison
equal
deleted
inserted
replaced
691:16079280a39e | 692:7a9c7b9f6a28 |
---|---|
36 | 36 |
37 Special features like popup menu panel or changing the contact states must be done in a sub-class. | 37 Special features like popup menu panel or changing the contact states must be done in a sub-class. |
38 """ | 38 """ |
39 | 39 |
40 def __init__(self, host, merge_resources=True, contacts_click=None, | 40 def __init__(self, host, merge_resources=True, contacts_click=None, |
41 contacts_style=None, contacts_menus=True, | 41 contacts_style=None, contacts_menus=None, |
42 contacts_display=C.CONTACT_DEFAULT_DISPLAY): | 42 contacts_display=C.CONTACT_DEFAULT_DISPLAY): |
43 """ | 43 """ |
44 | 44 |
45 @param host (SatWebFrontend): host instance | 45 @param host (SatWebFrontend): host instance |
46 @param merge_resources (bool): if True, the entities sharing the same | 46 @param merge_resources (bool): if True, the entities sharing the same |