Mercurial > libervia-web
comparison src/browser/sat_browser/constants.py @ 479:c21ea1fe3593
browser side: small refactoring to prepare displaying avatars in the contact panel
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 14 Jun 2014 19:10:51 +0200 |
parents | 992b900ab876 |
children | 0bbbef1d53a8 |
comparison
equal
deleted
inserted
replaced
478:992b900ab876 | 479:c21ea1fe3593 |
---|---|
30 # Cached parameters, e.g those that have an incidence on UI display/refresh: | 30 # Cached parameters, e.g those that have an incidence on UI display/refresh: |
31 # - they can be any parameter (not necessarily specific to Libervia) | 31 # - they can be any parameter (not necessarily specific to Libervia) |
32 # - list them as a couple (category, name) | 32 # - list them as a couple (category, name) |
33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM)] | 33 CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM)] |
34 | 34 |
35 # Default avatar | 35 # Empty and default avatars |
36 EMPTY_AVATAR = "/media/misc/empty_avatar" | |
36 DEFAULT_AVATAR = "/media/misc/default_avatar.png" | 37 DEFAULT_AVATAR = "/media/misc/default_avatar.png" |