aboutsummaryrefslogtreecommitdiffstats
path: root/composer/evolution-composer.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/evolution-composer.c')
-rw-r--r--composer/evolution-composer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/evolution-composer.c b/composer/evolution-composer.c
index 07ce35a706..50bee923ee 100644
--- a/composer/evolution-composer.c
+++ b/composer/evolution-composer.c
@@ -103,7 +103,7 @@ impl_Composer_set_headers (PortableServer_Servant servant,
while (e_iterator_is_valid (iter)) {
account = (EAccount *) e_iterator_get (iter);
- if (!strcasecmp (account->id->address, from)) {
+ if (!g_ascii_strcasecmp (account->id->address, from)) {
found = TRUE;
break;
}