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 --- plugins/groupwise-account-setup/camel-gw-listener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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