[evolution] Bug 578478 – Composer shows not all "From" information



commit e8a2bad7ec6be90bdf75f7bdcf12c24e15b620af
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat May 16 14:26:50 2009 -0400

    Bug 578478 â?? Composer shows not all "From" information
---
 widgets/misc/e-account-combo-box.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/widgets/misc/e-account-combo-box.c b/widgets/misc/e-account-combo-box.c
index ebde2b5..21f30b6 100644
--- a/widgets/misc/e-account-combo-box.c
+++ b/widgets/misc/e-account-combo-box.c
@@ -57,7 +57,7 @@ account_combo_box_has_dupes (GList *list,
 	for (iter = list; iter != NULL; iter = iter->next) {
 		EAccount *account = iter->data;
 
-		if (strcmp (account->id->address, address) == 0)
+		if (g_ascii_strcasecmp (account->id->address, address) == 0)
 			count++;
 	}
 



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