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/e-shell.c | |
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/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 49292c0c35..2c5f00460a 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -804,16 +804,6 @@ shell_class_init (EShellClass *class) /* Install some application-wide settings. */ e_shell_settings_install_property ( - g_param_spec_int ( - "attachment-view", - NULL, - NULL, - 0, - 1, - 0, - G_PARAM_READWRITE)); - - e_shell_settings_install_property ( g_param_spec_boolean ( "disable-application-handlers", NULL, |