From 495e9bf8001e2209a35e8991c07ec038576efdd4 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 24 Nov 2009 23:12:36 -0600 Subject: port modules/ to new EError API. This should be everything now. https://bugzilla.gnome.org/show_bug.cgi?id=602963 --- modules/mail/e-mail-shell-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mail/e-mail-shell-backend.c') 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; -- cgit v1.2.3