[evolution/kill-bonobo] Bug 578478 – Composer shows not all "From" information
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution/kill-bonobo] Bug 578478 – Composer shows not all "From" information
- Date: Wed, 20 May 2009 23:04:49 -0400 (EDT)
commit 74cdb40199a1a429861c11b5356f302c99917d12
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]