aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-http/calendar-http.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/calendar-http/calendar-http.c')
-rw-r--r--plugins/calendar-http/calendar-http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/calendar-http/calendar-http.c b/plugins/calendar-http/calendar-http.c
index 6621006326..988fd18929 100644
--- a/plugins/calendar-http/calendar-http.c
+++ b/plugins/calendar-http/calendar-http.c
@@ -294,7 +294,7 @@ e_calendar_http_check (EPlugin *epl, EConfigHookPageCheckData *data)
ESourceGroup *group = e_source_peek_group (t->source);
char *uri_text;
- if (strcmp (e_source_group_peek_base_uri (group), "webcal"))
+ if (strncmp (e_source_group_peek_base_uri (group), "webcal", 6))
return TRUE;
uri_text = e_source_get_uri (t->source);