diff options
Diffstat (limited to 'plugins/groupwise-account-setup')
-rw-r--r-- | plugins/groupwise-account-setup/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/camel-gw-listener.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 121be840cd..b455766ac3 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,8 @@ +2005-01-20 Sivaiah Nallagatla <snallagatla@novell.com> + + * camel-gw-listener.c: (add_calendar_tasks_sources): + Assiged value to URL. + 2005-01-15 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c : use url->host instead of reading "poa" diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index 551eded789..d830dcb0a7 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -378,7 +378,7 @@ add_calendar_tasks_sources (GwAccountInfo *info) { CamelURL *url; - + url = camel_url_new (info->source_url, NULL); add_esource ("/apps/evolution/calendar/sources", info->name, _("Calendar"), url); add_esource ("/apps/evolution/tasks/sources", info->name, _("Tasks"), url); |