[evolution-data-server] camel-folder-search: Fix minor GError handling issue
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] camel-folder-search: Fix minor GError handling issue
- Date: Sat, 30 Oct 2010 00:01:21 +0000 (UTC)
commit fb3f71bc5f8a0bfaccdbaaf4744060cd8e68f86b
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Oct 29 20:00:27 2010 -0400
camel-folder-search: Fix minor GError handling issue
camel/camel-folder-search.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c
index f36a2ea..c8a6f4e 100644
--- a/camel/camel-folder-search.c
+++ b/camel/camel-folder-search.c
@@ -697,8 +697,8 @@ camel_folder_search_search (CamelFolderSearch *search,
d(g_warning ("Error during searching %s: %s\n", tmp, message));
/* Suppress no such table */
g_clear_error (&local_error);
- }
- g_propagate_error (error, local_error);
+ } else
+ g_propagate_error (error, local_error);
}
g_free (tmp);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]