diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-11-25 06:55:54 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-01 03:31:19 +0800 |
commit | 0da239224f119664577c0d5dc47cab2632b083be (patch) | |
tree | d1979fdf65cbfed4e97f2047168259975d257dad /shell/e-shell-window-actions.c | |
parent | fff91b3bc66758f21a4040d7ec198318333e5150 (diff) | |
download | gsoc2013-evolution-0da239224f119664577c0d5dc47cab2632b083be.tar.gz 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.c | 2 |
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) |