aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-backend.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-11-25 13:12:36 +0800
committerJonathon Jongsma <jonathon@quotidian.org>2009-12-01 03:32:22 +0800
commit495e9bf8001e2209a35e8991c07ec038576efdd4 (patch)
treea4e661016c346c39e7e950a33d42f6b5ad97d991 /modules/mail/e-mail-shell-backend.c
parent68d3608b81c2a980cd13352badfcfcfe59477c94 (diff)
downloadgsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar
gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.gz
gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.bz2
gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.lz
gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.xz
gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.zst
gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.zip
port modules/ to new EError API.
This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963
Diffstat (limited to 'modules/mail/e-mail-shell-backend.c')
-rw-r--r--modules/mail/e-mail-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c
index 0572cfd762..c19ab0d336 100644
--- a/modules/mail/e-mail-shell-backend.c
+++ b/modules/mail/e-mail-shell-backend.c
@@ -673,7 +673,7 @@ mail_shell_backend_quit_requested_cb (EShell *shell,
if (unsent == 0)
return;
- response = e_error_run (e_shell_get_active_window (shell), "mail:exit-unsaved", NULL);
+ response = e_error_run_dialog_for_args (e_shell_get_active_window (shell), "mail:exit-unsaved", NULL);
if (response == GTK_RESPONSE_YES)
return;