diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-14 01:24:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-14 01:24:44 +0800 |
commit | 59c73e97a64345cb4e6dd9f9542bb94094fd1917 (patch) | |
tree | ab45edb7e3f4603cbb3f4b767462e57233329049 /shell/e-shell.c | |
parent | a44eac756d55b0210cc541e1d9b7138805a2133e (diff) | |
download | gsoc2013-evolution-59c73e97a64345cb4e6dd9f9542bb94094fd1917.tar.gz gsoc2013-evolution-59c73e97a64345cb4e6dd9f9542bb94094fd1917.tar.zst gsoc2013-evolution-59c73e97a64345cb4e6dd9f9542bb94094fd1917.zip |
Update GConf when the online/offline button is clicked.
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 5b1e3beb78..e8a95b1523 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -967,6 +967,10 @@ shell_init (EShell *shell) * otherwise the GConf bindings will not get set up. */ e_shell_settings_install_property_for_key ( + "start-offline", + "/apps/evolution/shell/start_offline"); + + e_shell_settings_install_property_for_key ( "disable-application-handlers", "/desktop/gnome/lockdown/disable_application_handlers"); |