diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-09-05 02:30:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-06 20:16:21 +0800 |
commit | 938505da180727fbc56b68b80851adc3cf676523 (patch) | |
tree | ad0a04a23ca77922eebea9a644d12c47f922a2aa /mail | |
parent | ef05d73b0a06cfc5eaf1a74c7b5c25134d81e328 (diff) | |
download | gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar.gz gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar.zst gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.zip |
Let GtkFileChooser track its own last-used-folder.
GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder
itself, even across applications, so get out of its way and let it
handle it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-mail.schemas.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 82be1319c8..c26c0feb96 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1588,20 +1588,6 @@ </locale> </schema> - <schema> - <key>/schemas/apps/evolution/mail/composer/current_folder</key> - <applyto>/apps/evolution/mail/composer/current_folder</applyto> - <owner>evolution-mail</owner> - <type>string</type> - <default></default> - <locale name="C"> - <short>Composer load/attach directory</short> - <long> - Directory for loading/attaching files to composer. - </long> - </locale> - </schema> - <!-- Widget States --> <schema> |