aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/module
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/module')
-rw-r--r--calendar/module/e-memo-shell-migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/module/e-memo-shell-migrate.c b/calendar/module/e-memo-shell-migrate.c
index ccda6665d3..5a161cf634 100644
--- a/calendar/module/e-memo-shell-migrate.c
+++ b/calendar/module/e-memo-shell-migrate.c
@@ -159,7 +159,7 @@ add_gw_esource (ESourceList *source_list, const gchar *group_name, const gchar
return;
soap_port = camel_url_get_param (url, "soap_port");
- if (!soap_port || strlen (soap_port) == 0)
+ if (!soap_port || strlen (soap_port) == 0)
soap_port = "7191";
use_ssl = camel_url_get_param (url, "use_ssl");