Re: [evolution-patches] patch for #61978 (addressbook)
- From: Rodrigo Moya <rodrigo novell com>
- To: Hans Petter Jansson <hpj ximian com>
- Cc: Not Zed <notzed ximian com>, Evolution Patches <evolution-patches lists ximian com>, frade asturlinux org, arc gulic org, iosu_leazun hotmail com
- Subject: Re: [evolution-patches] patch for #61978 (addressbook)
- Date: Thu, 23 Sep 2004 11:38:09 +0200
On Wed, 2004-09-22 at 13:56 -0500, Hans Petter Jansson wrote:
> On Wed, 2004-09-22 at 10:50 +0200, Rodrigo Moya wrote:
> > On Tue, 2004-09-21 at 15:21 -0500, Hans Petter Jansson wrote:
>
> > > I think if we want to change this string, we need to think through what
> > > the error case is first, and describe that correctly. "Unknown error"
> > > simply doesn't help, and although it's less alarming, provides less
> > > information than "Impossible error".
>
> > maybe 'unhandled error' or something similar?
>
> That would work, I guess. I'd approve that.
>
ok, updated patch attached
--
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1832
diff -u -p -r1.1832 ChangeLog
--- ChangeLog 21 Sep 2004 19:16:22 -0000 1.1832
+++ ChangeLog 23 Sep 2004 09:36:44 -0000
@@ -1,3 +1,10 @@
+2004-09-23 Pamplona Hackers <gnome-desarrollo es gnome org>
+
+ Fixes #61978
+
+ * tools/evolution-addressbook-export.c (main): use more
+ meaningful error message.
+
2004-09-21 William Jon McCann <mccann jhu edu>
* gui/component/component-factory.c (factory): Quiet debug messages.
Index: tools/evolution-addressbook-export.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/tools/evolution-addressbook-export.c,v
retrieving revision 1.2
diff -u -p -r1.2 evolution-addressbook-export.c
--- tools/evolution-addressbook-export.c 24 May 2004 18:52:39 -0000 1.2
+++ tools/evolution-addressbook-export.c 23 Sep 2004 09:36:44 -0000
@@ -150,7 +150,7 @@ main (int argc, char **argv)
action_list_cards_init (&actctx);
} else {
- g_warning (_("Impossible internal error."));
+ g_warning (_("Unhandled error"));
exit (-1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]