[balsa/gtk3] Fix failed assertion
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Fix failed assertion
- Date: Sat, 29 Jan 2011 00:25:21 +0000 (UTC)
commit 8a205a8df716b0fb874f78b18086b369e0bd1f25
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Fri Jan 28 19:24:35 2011 -0500
Fix failed assertion
* src/balsa-index.c (balsa_index_load_mailbox_node): fix failed
assertion.
ChangeLog | 5 +++++
src/balsa-index.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 22e4167..9eb380e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28 Peter Bloomfield
+
+ * src/balsa-index.c (balsa_index_load_mailbox_node): fix failed
+ assertion.
+
2011-01-24 Peter Bloomfield
* configure.in: new deprecation tests GDK_MULTIHEAD_SAFE,
diff --git a/src/balsa-index.c b/src/balsa-index.c
index 3e33220..8a713e5 100644
--- a/src/balsa-index.c
+++ b/src/balsa-index.c
@@ -1031,7 +1031,7 @@ balsa_index_load_mailbox_node (BalsaIndex * index,
} while(try_cnt++<3);
if (!successp)
- return FALSE;
+ return TRUE;
/*
* set the new mailbox
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]