diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-11-25 13:12:36 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-01 03:32:22 +0800 |
commit | 495e9bf8001e2209a35e8991c07ec038576efdd4 (patch) | |
tree | a4e661016c346c39e7e950a33d42f6b5ad97d991 /modules/mail/e-mail-junk-hook.c | |
parent | 68d3608b81c2a980cd13352badfcfcfe59477c94 (diff) | |
download | gsoc2013-evolution-495e9bf8001e2209a35e8991c07ec038576efdd4.tar.gz 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-junk-hook.c')
-rw-r--r-- | modules/mail/e-mail-junk-hook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-junk-hook.c b/modules/mail/e-mail-junk-hook.c index 870ffe8377..6089ffc570 100644 --- a/modules/mail/e-mail-junk-hook.c +++ b/modules/mail/e-mail-junk-hook.c @@ -52,7 +52,7 @@ mail_junk_hook_idle_cb (struct ErrorData *data) { GtkWidget *widget; - widget = e_error_new (e_shell_get_active_window (NULL), + widget = e_error_new_dialog_for_args (e_shell_get_active_window (NULL), data->error_message, data->error->message, NULL); em_utils_show_error_silent (widget); |