diff options
Diffstat (limited to 'addressbook/gui/component/apps_evolution_addressbook.schemas.in.in')
-rw-r--r-- | addressbook/gui/component/apps_evolution_addressbook.schemas.in.in | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in index 82af9d0843..6008c11ff3 100644 --- a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in +++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in @@ -38,5 +38,18 @@ </locale> </schema> + <!-- View state --> + + <schema> + <key>/schemas/apps/evolution/addressbook/display/vpane_position</key> + <applyto>/apps/evolution/addressbook/display/vpane_position</applyto> + <owner>evolution-addressbook</owner> + <type>int</type> + <default></default> + <locale name="C"> + <short>Position of the vertical pane in main view</short> + </locale> + </schema> + </schemalist> -</gconfschemafile>
\ No newline at end of file +</gconfschemafile> |