From 68d3608b81c2a980cd13352badfcfcfe59477c94 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 24 Nov 2009 18:11:23 -0600 Subject: port plugins to use new EError API https://bugzilla.gnome.org/show_bug.cgi?id=602963 --- plugins/groupwise-features/camel-gw-listener.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/groupwise-features/camel-gw-listener.c') diff --git a/plugins/groupwise-features/camel-gw-listener.c b/plugins/groupwise-features/camel-gw-listener.c index 52b37fc92a..27bd49e36c 100644 --- a/plugins/groupwise-features/camel-gw-listener.c +++ b/plugins/groupwise-features/camel-gw-listener.c @@ -542,7 +542,9 @@ get_addressbook_names_from_server (gchar *source_url) /*FIXME: This error message should be relocated to addressbook and should reflect * that it actually failed to get the addressbooks*/ - e_error_run (e_shell_get_active_window (NULL), "mail:gw-accountsetup-error", poa_address, NULL); + e_error_run_dialog_for_args (e_shell_get_active_window (NULL), + "mail:gw-accountsetup-error", poa_address, + NULL); return NULL; } @@ -654,7 +656,8 @@ add_addressbook_sources (EAccount *account) if (!is_frequent_contacts) { /* display warning message */ - e_error_run (e_shell_get_active_window (NULL), "addressbook:gw-book-list-init", NULL); + e_error_run_dialog_for_args (e_shell_get_active_window (NULL), + "addressbook:gw-book-list-init", NULL); } return TRUE; } -- cgit v1.2.3