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 /shell/e-shell.c | |
parent | ef05d73b0a06cfc5eaf1a74c7b5c25134d81e328 (diff) | |
download | gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar.gz gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar.bz2 gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar.lz gsoc2013-evolution-938505da180727fbc56b68b80851adc3cf676523.tar.xz 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 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 8aaefd302e..a9c2fdc22f 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1193,10 +1193,6 @@ e_shell_init (EShell *shell) * otherwise the GConf bindings will not get set up. */ e_shell_settings_install_property_for_key ( - "file-chooser-folder", - "/apps/evolution/shell/file_chooser_folder"); - - e_shell_settings_install_property_for_key ( "start-offline", "/apps/evolution/shell/start_offline"); |