diff options
author | Yana Stamcheva <yana@jitsi.org> | 2010-05-03 12:27:34 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2010-05-03 12:27:34 +0000 |
commit | afcafe3061f9abaa52633b727fe34769d4cc0e04 (patch) | |
tree | a36c09734602576e9a8388794142420f06ce649c /resources/colors | |
parent | c454284e43c6db33c1d13f4a1c9d9e06d7726d9f (diff) | |
download | jitsi-afcafe3061f9abaa52633b727fe34769d4cc0e04.zip jitsi-afcafe3061f9abaa52633b727fe34769d4cc0e04.tar.gz jitsi-afcafe3061f9abaa52633b727fe34769d4cc0e04.tar.bz2 |
- Introduces new contact list data model that allows adding of external contact sources and hence the search in such sources.
- As part of the support for external contact sources, implements a call history external source and its user interface.
- Addresses issue #706 Indicate missed calls
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index 133de8f..214bf1c 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -186,3 +186,5 @@ service.gui.CALL_MEMBER_NAME_BACKGROUND=BDFFA3 # Conference call local user title panel background color. service.gui.CALL_LOCAL_USER_BACKGROUND=A6D6FF + +service.gui.SEARCH_BACKGROUND=4A9BDB |