[evolution-patches] patch for #61978 (addressbook)



Attached is a patch done during the GNOME Hackers meeting in Pamplona,
where new evo hackers are joining us, wooohooo!!!

The new hackers are:
	Iván Frade <frade asturlinuxorg>
	Alberto Ruiz <arc gulic org>
	Iosu Lezaun <iosu_leazun hotmail com>
-- 
Rodrigo Moya <rodrigo novell com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1830
diff -u -p -r1.1830 ChangeLog
--- ChangeLog	13 Sep 2004 16:26:49 -0000	1.1830
+++ ChangeLog	19 Sep 2004 10:41:52 -0000
@@ -1,3 +1,10 @@
+2004-09-19  Pamplona Hackers <gnome-desarrollo es gnome org>
+
+	Fixes #61978
+
+	* tools/evolution-addressbook-export.c (main): use more
+	meaningful error message.
+
 2004-09-13  Rodney Dawes  <dobey novell com>
 
 	* gui/contact-editor/e-contact-editor.c (show_help_cb):
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	19 Sep 2004 10:41:52 -0000
@@ -150,7 +150,7 @@ main (int argc, char **argv)
 		action_list_cards_init (&actctx);
 
 	} else {
-		g_warning (_("Impossible internal error."));
+		g_warning (_("Unknown error"));
 		exit (-1);
 	}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]