summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-08-26 09:28:45 +0000
committerSivaiah Nallagatla <siva@src.gnome.org>2004-08-26 09:28:45 +0000
commit014d1937e0e3ca2da08d798c62e884da7860847f (patch)
tree3979408a18a49c0a4e46e2571fd0a50fa67f87ac
parentf797a76107ef717cdff7e71c24c2c6ca2acf0e2c (diff)
downloadevolution-data-server-014d1937e0e3ca2da08d798c62e884da7860847f.tar.gz
change the "CheckList" to "Tasks" as there is another foder calledevolution-2-0-1-mergeEVOLUTION_2_0_0EVOLUTION_1_5_94_1EVOLUTION_1_5_94
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
-rw-r--r--camel/ChangeLog8
-rw-r--r--camel/providers/groupwise/camel-gw-listener.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 2e52cf89d..f8c5bef0e 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 b7a7300e6..0fd43b88d 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);