Dominique Leuenberger
2de28c3f59
Add post-3.6.3 patches from upstream git to fix important bugs, including a couple of crashes. Build tested locally for openSUSE:Factory. OBS-URL: https://build.opensuse.org/request/show/154964 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=194
22 lines
694 B
Diff
22 lines
694 B
Diff
From e0944f093a1dd302cae7995c5e495066fb8b5497 Mon Sep 17 00:00:00 2001
|
|
From: Milan Crha <mcrha@redhat.com>
|
|
Date: Tue, 29 Jan 2013 16:48:40 +0000
|
|
Subject: Bug #692781 - [pine-importer] Abort on book failure during contact import
|
|
|
|
---
|
|
diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c
|
|
index 664a77b..60a7c54 100644
|
|
--- a/mail/importers/pine-importer.c
|
|
+++ b/mail/importers/pine-importer.c
|
|
@@ -157,7 +157,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);
|
|
--
|
|
cgit v0.9.0.2
|