diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-15 03:03:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-15 03:03:37 +0800 |
commit | 582ec45a59973e3beed7370c3476edaeb16c9eac (patch) | |
tree | 20fb87db9605a2d4b7e4ea98c3d1382273744a66 /shell/apps_evolution_shell.schemas.in | |
parent | 4279d2042844fddc4429b8690a550778740222e3 (diff) | |
download | gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.tar gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.tar.gz gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.tar.bz2 gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.tar.lz gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.tar.xz gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.tar.zst gsoc2013-evolution-582ec45a59973e3beed7370c3476edaeb16c9eac.zip |
Make the selected attachment view and file chooser folder persistent.
svn path=/branches/kill-bonobo/; revision=37523
Diffstat (limited to 'shell/apps_evolution_shell.schemas.in')
-rw-r--r-- | shell/apps_evolution_shell.schemas.in | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/shell/apps_evolution_shell.schemas.in b/shell/apps_evolution_shell.schemas.in index 1c79c6f132..c908de65e5 100644 --- a/shell/apps_evolution_shell.schemas.in +++ b/shell/apps_evolution_shell.schemas.in @@ -41,7 +41,35 @@ </locale> </schema> - <!-- Offline Mode --> + <!-- Initial attachment view (icon or list) --> + + <schema> + <key>/schemas/apps/evolution/shell/attachment_view</key> + <applyto>/apps/evolution/shell/attachment_view</applyto> + <owner>evolution</owner> + <type>int</type> + <default>0</default> + <locale name="C"> + <short>Initial attachment view</short> + <long>Initial view for attachment bar widgets. + "0" is Icon View, "1" is List View.</long> + </locale> + </schema> + + <!-- Initial GtkFileChooser Folder --> + + <schema> + <key>/schemas/apps/evolution/shell/current_folder</key> + <applyto>/apps/evolution/shell/current-folder</applyto> + <owner>evolution</owner> + <type>string</type> + <locale name="C"> + <short>Initial file chooser folder</short> + <long>Initial folder for GtkFileChooser dialogs.</long> + </locale> + </schema> + + <!-- Offline Mode --> <schema> <key>/schemas/apps/evolution/shell/start_offline</key> |