From c40b539296a04f877861de4610f5c09a7262a31a Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 7 Aug 2013 09:38:51 +0200 Subject: [Addressbook] Show editor errors above editor window An address book editor error was shown about active EShell's window, which means switching to other application and back made the editor in the background, but, more importantly, the editor could be selected and the error was in the background, thus it seemed like being stuck, it didn't respond to any button click, until the error was dismissed. --- addressbook/gui/widgets/e-addressbook-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/widgets/e-addressbook-view.c') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 5edbf0fe60..674796f1eb 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1234,7 +1234,7 @@ report_and_free_error_if_any (GError *error) e_shell_get_active_window (NULL), "addressbook:contact-delete-error-perm", NULL); } else { - eab_error_dialog (NULL, _("Failed to delete contact"), error); + eab_error_dialog (NULL, NULL, _("Failed to delete contact"), error); } g_error_free (error); -- cgit v1.2.3