[evolution/webkit] Bug #643635 - Typo in the code from commit for bug #434972
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Bug #643635 - Typo in the code from commit for bug #434972
- Date: Mon, 11 Jul 2011 14:16:50 +0000 (UTC)
commit d3c4d841faf516563aa44f6b7299721dd18f6386
Author: Milan Crha <mcrha redhat com>
Date: Wed Mar 2 15:25:38 2011 +0100
Bug #643635 - Typo in the code from commit for bug #434972
mail/message-list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/message-list.c b/mail/message-list.c
index 148bd61..64b530d 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -491,7 +491,7 @@ get_normalised_string (MessageList *message_list, CamelMessageInfo *info, gint c
if (g_ascii_strncasecmp ((gchar *) subject, "Re:", 3) == 0) {
found_re = TRUE;
subject += 3;
- } else if (g_ascii_strncasecmp ((gchar *) subject, "Re :", 4)) {
+ } else if (g_ascii_strncasecmp ((gchar *) subject, "Re :", 4) == 0) {
found_re = TRUE;
subject += 4;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]