diff options
author | Milan Crha <mcrha@redhat.com> | 2012-04-25 22:45:07 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-04-25 22:45:07 +0800 |
commit | 1a3913d55151704d7bf84511afdd83330e4daecc (patch) | |
tree | 8b3f9323b0de6c7d36bbf1e1cafcea3be7c88653 /shell | |
parent | 32d93d628ef417eb6ea088260fffe94c900f6dc5 (diff) | |
download | gsoc2013-evolution-1a3913d55151704d7bf84511afdd83330e4daecc.tar.gz gsoc2013-evolution-1a3913d55151704d7bf84511afdd83330e4daecc.tar.zst gsoc2013-evolution-1a3913d55151704d7bf84511afdd83330e4daecc.zip |
Remove "currently-offline" key from GSettings added for bug #655753
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 7f0625afe3..bc252845cd 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1209,15 +1209,6 @@ e_shell_init (EShell *shell) "org.gnome.evolution.shell", "start-offline"); - e_shell_settings_install_property_for_key ( - "currently-offline", - "org.gnome.evolution.shell", - "currently-offline"); - - g_object_bind_property (shell, "online", - e_shell_get_shell_settings (shell), "currently-offline", - G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE | G_BINDING_INVERT_BOOLEAN); - /*** Session Management ***/ sm_client = egg_sm_client_get (); |