[evolution] Bug #692781 - [pine-importer] Abort on book failure during contact import



commit 3aedeee20f04a9e163989e789fc3d98a3a2f66e1
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jan 29 17:48:11 2013 +0100

    Bug #692781 - [pine-importer] Abort on book failure during contact import

 mail/importers/pine-importer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c
index 4dc6895..f0e33ea 100644
--- a/mail/importers/pine-importer.c
+++ b/mail/importers/pine-importer.c
@@ -156,7 +156,7 @@ import_contact (EBookClient *book_client,
 			book_client, card, &new_uid, NULL, &error);
 
 		if (error != NULL) {
-			g_error (
+			g_warning (
 				"%s: Failed to add contact: %s",
 				G_STRFUNC, error->message);
 			g_error_free (error);



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