From 115f75cb7abc6eb2d25c38945d7f89c8494d5495 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Thu, 26 Aug 2004 09:28:45 +0000 Subject: change the "CheckList" to "Tasks" as there is another foder called 2004-08-26 Sivaiah Nallagatla * provoders/groupwise/camel-gw-listner.c (add_calendar_tasks_sources) : change the "CheckList" to "Tasks" as there is another foder called chekclist in groupwise not related to tasks Fixes #64092 svn path=/trunk/; revision=27032 --- camel/ChangeLog | 8 ++++++++ camel/providers/groupwise/camel-gw-listener.c | 2 +- plugins/groupwise-account-setup/camel-gw-listener.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/camel/ChangeLog b/camel/ChangeLog index 2e52cf89df..f8c5bef0eb 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2004-08-26 Sivaiah Nallagatla + + * provoders/groupwise/camel-gw-listner.c + (add_calendar_tasks_sources) : change the "CheckList" to "Tasks" + as there is another foder called chekclist in groupwise + not related to tasks + Fixes #64092 + 2004-08-25 Frederic Crozat * camel-folder.c: (folder_getv): diff --git a/camel/providers/groupwise/camel-gw-listener.c b/camel/providers/groupwise/camel-gw-listener.c index b7a7300e6b..0fd43b88d7 100644 --- a/camel/providers/groupwise/camel-gw-listener.c +++ b/camel/providers/groupwise/camel-gw-listener.c @@ -329,7 +329,7 @@ add_calendar_tasks_sources (GwAccountInfo *info) relative_uri = g_strdup_printf ("%s@%s/", url->user, poa_address); add_esource ("/apps/evolution/calendar/sources", info->name, _("Calendar"), url->user, relative_uri, soap_port, use_ssl); - add_esource ("/apps/evolution/tasks/sources", info->name, _("Checklist"), url->user, relative_uri, soap_port, use_ssl); + add_esource ("/apps/evolution/tasks/sources", info->name, _("Tasks"), url->user, relative_uri, soap_port, use_ssl); camel_url_free (url); g_free (relative_uri); diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index b7a7300e6b..0fd43b88d7 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -329,7 +329,7 @@ add_calendar_tasks_sources (GwAccountInfo *info) relative_uri = g_strdup_printf ("%s@%s/", url->user, poa_address); add_esource ("/apps/evolution/calendar/sources", info->name, _("Calendar"), url->user, relative_uri, soap_port, use_ssl); - add_esource ("/apps/evolution/tasks/sources", info->name, _("Checklist"), url->user, relative_uri, soap_port, use_ssl); + add_esource ("/apps/evolution/tasks/sources", info->name, _("Tasks"), url->user, relative_uri, soap_port, use_ssl); camel_url_free (url); g_free (relative_uri); -- cgit v1.2.3