change the "CheckList" to "Tasks" as there is another foder called

2004-08-26  Sivaiah Nallagatla <snallagatla@novell.com>

        * 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
This commit is contained in:
Sivaiah Nallagatla
2004-08-26 09:28:45 +00:00
committed by Sivaiah Nallagatla
parent 033bc219ff
commit 115f75cb7a
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2004-08-26 Sivaiah Nallagatla <snallagatla@novell.com>
* 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 <fcrozat@mandrakesoft.com>
* camel-folder.c: (folder_getv):

View File

@ -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);

View File

@ -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);