diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-08-26 17:28:45 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-08-26 17:28:45 +0800 |
commit | 115f75cb7abc6eb2d25c38945d7f89c8494d5495 (patch) | |
tree | fe37f028741aeb0d94402ad808ba195ba9054d9e /plugins | |
parent | 033bc219ff1fa637704a96c8983f38b506efc8ff (diff) | |
download | gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar.gz gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar.zst gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.zip |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-account-setup/camel-gw-listener.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |