aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-11-25 06:55:54 +0800
committerJonathon Jongsma <jonathon@quotidian.org>2009-12-01 03:31:19 +0800
commit0da239224f119664577c0d5dc47cab2632b083be (patch)
treed1979fdf65cbfed4e97f2047168259975d257dad /shell/e-shell-window-actions.c
parentfff91b3bc66758f21a4040d7ec198318333e5150 (diff)
downloadgsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar
gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.gz
gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.bz2
gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.lz
gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.xz
gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.zst
gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.zip
port shell/ over to the new EError API
https://bugzilla.gnome.org/show_bug.cgi?id=602963
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index 058e45699b..82970092c3 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -752,7 +752,7 @@ action_forget_passwords_cb (GtkAction *action,
{
gint response;
- response = e_error_run (
+ response = e_error_run_dialog_for_args (
GTK_WINDOW (shell_window), "shell:forget-passwords", NULL);
if (response == GTK_RESPONSE_OK)