From 0236392122ae7b8671a6e81f91c64f7d851a1694 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Thu, 20 Sep 2001 00:02:12 +0000 Subject: Change the "this should never happen" message into a request for people to 2001-09-19 Jon Trowbridge * gui/component/select-names/e-select-names.c (e_select_names_hookup_shell_listeners): Change the "this should never happen" message into a request for people to e-mail me directly with info if they encounter that error. svn path=/trunk/; revision=13000 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/e-select-names.c | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bc3a39a295..22d63754e2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-09-19 Jon Trowbridge + * gui/component/select-names/e-select-names.c + (e_select_names_hookup_shell_listeners): Change the "this should + never happen" message into a request for people to e-mail me + directly with info if they encounter that error. + * backend/ebook/e-book-util.c (e_book_name_and_email_query): Freeing name[i] instead of namev[i] is a bad idea. (bug #10270) diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 5d76f00689..5a7b2705d0 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -518,7 +518,11 @@ e_select_names_hookup_shell_listeners (ESelectNames *e_select_names) if (storage == CORBA_OBJECT_NIL) { GtkWidget *oh_shit; - oh_shit = gnome_error_dialog (_("Unable to get local storage. This should never happen.")); + oh_shit = gnome_error_dialog (_("Evolution is unable to get the addressbook local storage. " + "This may have been caused by the evolution-addressbook component crashing. " + "To help us better understand and ultimately resolve this problem, " + "please send an e-mail to Jon Trowbridge with a detailed description of " + "the circumstances under which this error occurred. Thank you.")); gtk_widget_show (oh_shit); return; } -- cgit v1.2.3