diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-02-24 23:08:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-14 09:49:49 +0800 |
commit | 2166e7f4c73e8cc1f9b7f00027eec9de05961ee2 (patch) | |
tree | 1daf69f846e213f67e8aedc17a77947a7b60b656 /shell/apps_evolution_shell.schemas.in | |
parent | 1dd3ee006e671f459b17addbab09c6f10757e561 (diff) | |
download | gsoc2013-evolution-2166e7f4c73e8cc1f9b7f00027eec9de05961ee2.tar.gz gsoc2013-evolution-2166e7f4c73e8cc1f9b7f00027eec9de05961ee2.tar.zst gsoc2013-evolution-2166e7f4c73e8cc1f9b7f00027eec9de05961ee2.zip |
Add 'express mode' gconf setting
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in')
-rw-r--r-- | shell/apps_evolution_shell.schemas.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in index db96c9bbce..5682e6440e 100644 --- a/shell/apps_evolution_shell.schemas.in +++ b/shell/apps_evolution_shell.schemas.in @@ -389,5 +389,13 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/shell/express_mode</key> + <applyto>/apps/evolution/shell/express_mode</applyto> + <owner>evolution</owner> + <type>bool</type> + <default>false</default> + </schema> + </schemalist> </gconfschemafile> |