diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-26 01:10:14 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-26 01:10:14 +0800 |
commit | e39dd931bcff0dfd6964a75c5b23c8e89f75d297 (patch) | |
tree | bb5b75e8e18d8be0a07829d220151196bd55dd0f /shell/e-shell-window-private.c | |
parent | eeec90235abe465e9cc49194b55ee2635faf023f (diff) | |
download | gsoc2013-evolution-e39dd931bcff0dfd6964a75c5b23c8e89f75d297.tar.gz gsoc2013-evolution-e39dd931bcff0dfd6964a75c5b23c8e89f75d297.tar.zst gsoc2013-evolution-e39dd931bcff0dfd6964a75c5b23c8e89f75d297.zip |
Bug #207580 - Allow new mail check on individual accounts
Diffstat (limited to 'shell/e-shell-window-private.c')
-rw-r--r-- | shell/e-shell-window-private.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c index 39c6ca971d..cf0ee93df2 100644 --- a/shell/e-shell-window-private.c +++ b/shell/e-shell-window-private.c @@ -390,13 +390,6 @@ e_shell_window_private_constructed (EShellWindow *shell_window) /* Bind GObject properties to GObject properties. */ - action = ACTION (SEND_RECEIVE); - - g_object_bind_property ( - shell, "online", - action, "sensitive", - G_BINDING_SYNC_CREATE); - action = ACTION (WORK_OFFLINE); g_object_bind_property ( |