diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-08 08:42:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-08 08:42:32 +0800 |
commit | d06a82a911f05b6b2b2f3549e520c096880bf78d (patch) | |
tree | 9658c9b18025e34523258496f05cdfd821349fb7 /modules/mail/e-mail-shell-backend.c | |
parent | 7813f02f9e0a9555ae53b8a5c37ba837c5ac95b7 (diff) | |
download | gsoc2013-evolution-d06a82a911f05b6b2b2f3549e520c096880bf78d.tar.gz gsoc2013-evolution-d06a82a911f05b6b2b2f3549e520c096880bf78d.tar.zst gsoc2013-evolution-d06a82a911f05b6b2b2f3549e520c096880bf78d.zip |
Bug 595092 - Remove option to skip offline syncrhonization dialog
Diffstat (limited to 'modules/mail/e-mail-shell-backend.c')
-rw-r--r-- | modules/mail/e-mail-shell-backend.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index 1e0655f7d4..c178e6d020 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -420,8 +420,7 @@ mail_shell_backend_prepare_for_offline_cb (EShell *shell, if (e_shell_get_network_available (shell)) synchronize = em_utils_prompt_user ( - GTK_WINDOW (parent), - "/apps/evolution/mail/prompts/quick_offline", + GTK_WINDOW (parent), NULL, "mail:ask-quick-offline", NULL); if (!synchronize) { |