comparison src/browser/sat_browser/constants.py @ 606:7af8f4ab3675 frontends_multi_profiles

browser side: fixed avatar getting + better DEFAULT/EMPTY avatars constants + use of jid.JID for microblog's author
author Goffi <goffi@goffi.org>
date Mon, 09 Feb 2015 21:55:16 +0100
parents a5019e62c3e9
children 5983d6be4f07
comparison
equal deleted inserted replaced
605:917e271975d9 606:7af8f4ab3675
33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM), 33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM),
34 ('General', C.SHOW_OFFLINE_CONTACTS), 34 ('General', C.SHOW_OFFLINE_CONTACTS),
35 ('General', C.SHOW_EMPTY_GROUPS), 35 ('General', C.SHOW_EMPTY_GROUPS),
36 ] 36 ]
37 37
38 # Empty avatar
39 EMPTY_AVATAR = "/media/misc/empty_avatar"
40 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org" 38 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org"