aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 8130800137..7b01bd91e1 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -259,7 +259,7 @@ create_imap_storage (EvolutionShellComponent *shell_component)
source = s->url;
}
- if (!source || strncasecmp (source, "imap://", 7))
+ if (!source || g_strncasecmp (source, "imap://", 7))
return;
shell_client = evolution_shell_component_get_owner (shell_component);
@@ -402,7 +402,7 @@ create_news_storage (EvolutionShellComponent *shell_component)
source = s->url;
}
- if (!source || strncasecmp (source, "news://", 7))
+ if (!source || g_strncasecmp (source, "news://", 7))
return;
shell_client = evolution_shell_component_get_owner (shell_component);