diff options
author | Gabriel Millaire <millaire.gabriel@gmail.com> | 2009-05-24 02:10:20 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-18 18:34:36 +0800 |
commit | 2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721 (patch) | |
tree | 7f18bdaff6b732a1d6702bf76dad990eeb46ee89 /data | |
parent | e33c10700fc2313a90c7171a3b794e33007c8591 (diff) | |
download | gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.tar gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.tar.gz gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.tar.bz2 gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.tar.lz gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.tar.xz gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.tar.zst gsoc2013-empathy-2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721.zip |
Added a preference in the conf and schema (show contact list in rooms)
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.schemas.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/empathy.schemas.in b/data/empathy.schemas.in index 81ea5e864..57944b75e 100644 --- a/data/empathy.schemas.in +++ b/data/empathy.schemas.in @@ -288,6 +288,20 @@ </long> </locale> </schema> + + <schema> + <key>/schemas/apps/empathy/conversation/show_contacts_in_rooms</key> + <applyto>/apps/empathy/conversation/show_contacts_in_rooms</applyto> + <owner>empathy</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short>Show contact list in rooms</short> + <long> + Whether or not to show the contact list in chat rooms. + </long> + </locale> + </schema> <schema> <key>/schemas/apps/empathy/conversation/theme</key> |