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 | |
parent | 033bc219ff1fa637704a96c8983f38b506efc8ff (diff) | |
download | gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar.gz gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar.bz2 gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar.lz gsoc2013-evolution-115f75cb7abc6eb2d25c38945d7f89c8494d5495.tar.xz 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
-rw-r--r-- | camel/ChangeLog | 8 | ||||
-rw-r--r-- | camel/providers/groupwise/camel-gw-listener.c | 2 | ||||
-rw-r--r-- | 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 <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): 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); |