diff options
author | Yana Stamcheva <yana@jitsi.org> | 2009-04-24 09:41:14 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2009-04-24 09:41:14 +0000 |
commit | f8ce41bb2f87a317c35fd05bb8b58009cc896892 (patch) | |
tree | d29a0afa8f3d4bec648347ed1ee435951f2c90ff /resources/config/defaults.properties | |
parent | a11acf25df55dbdf11cfd0bbeb5e3e2569c93da7 (diff) | |
download | jitsi-f8ce41bb2f87a317c35fd05bb8b58009cc896892.zip jitsi-f8ce41bb2f87a317c35fd05bb8b58009cc896892.tar.gz jitsi-f8ce41bb2f87a317c35fd05bb8b58009cc896892.tar.bz2 |
Rename two configuration properties in order to avoid confusion.
Diffstat (limited to 'resources/config/defaults.properties')
-rw-r--r-- | resources/config/defaults.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/defaults.properties b/resources/config/defaults.properties index c4995a2..12f6fd2 100644 --- a/resources/config/defaults.properties +++ b/resources/config/defaults.properties @@ -36,11 +36,11 @@ impl.gui.MAIN_WINDOW_BORDER_SIZE=0 impl.gui.CONTACT_LIST_TRANSPARENCY=200 impl.gui.IS_TRANSPARENT_WINDOW_ENABLED=false impl.gui.WINDOW_TRANSPARENCY=180 +impl.gui.IS_CONTACT_LIST_IMG_BG_ENABLED=false +impl.gui.IS_CONTACT_LIST_TEXTURE_BG_ENABLED=false impl.gui.IS_WINDOW_DECORATED=true -impl.gui.IS_WINDOW_BACKGROUND_ENABLED=false impl.gui.IS_WINDOW_COLOR_BACKGROUND_ENABLED=true impl.gui.IS_WINDOW_IMAGE_BACKGROUND_ENABLED=false -impl.gui.IS_TEXTURE_BACKGROUND=false impl.gui.GREY_HISTORY_ENABLED=false # impl.msghistory |