diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-26 01:10:14 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:04 +0800 |
commit | 48d805df31ec77d001c097b01e1788755e9fd8eb (patch) | |
tree | 69525ad81799dc15da93280b9ab91840cdac243f /shell/e-shell-window-private.c | |
parent | 57185da9834daeb3169b6e76bc817cb659648450 (diff) | |
download | gsoc2013-evolution-48d805df31ec77d001c097b01e1788755e9fd8eb.tar.gz gsoc2013-evolution-48d805df31ec77d001c097b01e1788755e9fd8eb.tar.zst gsoc2013-evolution-48d805df31ec77d001c097b01e1788755e9fd8eb.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 ( |