From 90dd82818f628fa83d8454c5dada92b4b7c22c7d Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Thu, 20 Jan 2005 08:41:05 +0000 Subject: Assiged value to URL. 2005-01-20 Sivaiah Nallagatla * camel-gw-listener.c: (add_calendar_tasks_sources): Assiged value to URL. svn path=/trunk/; revision=28462 --- plugins/groupwise-account-setup/ChangeLog | 5 +++++ plugins/groupwise-account-setup/camel-gw-listener.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * camel-gw-listener.c: (add_calendar_tasks_sources): + Assiged value to URL. + 2005-01-15 Sivaiah Nallagatla * 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); -- cgit v1.2.3