aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2001-01-24 09:06:02 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-01-24 09:06:02 +0800
commitdf76500b5db77f36b9c70325bec72a722a012d21 (patch)
tree5b9559ea5471a01973dca94b485d4094536f6229 /calendar/ChangeLog
parent4e98233a4d7f8e06736b716c92a04f7e0709e16e (diff)
downloadgsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.tar
gsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.tar.gz
gsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.tar.bz2
gsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.tar.lz
gsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.tar.xz
gsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.tar.zst
gsoc2013-evolution-df76500b5db77f36b9c70325bec72a722a012d21.zip
make sure the status is set to "Completed". Fixes bug #1253.
2001-01-23 Damon Chaplin <damon@helixcode.com> * gui/calendar-model.c (ensure_task_complete): make sure the status is set to "Completed". Fixes bug #1253. * gui/e-tasks.c (e_tasks_open): load the ETable state after opening the tasks folder, since it relies on the folder uri, which isn't set now until you open the folder. * gui/calendar-model.c (obj_updated_cb): add the categories from the updated object to our tree, and emit the "categories-changed" signal if they have changed. Fixes bug #1255. * gui/e-tasks.c: removed debug messages. svn path=/trunk/; revision=7771
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8b2fc410db..afc225e29b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,18 @@
+2001-01-23 Damon Chaplin <damon@helixcode.com>
+
+ * gui/calendar-model.c (ensure_task_complete): make sure the status
+ is set to "Completed". Fixes bug #1253.
+
+ * gui/e-tasks.c (e_tasks_open): load the ETable state after opening
+ the tasks folder, since it relies on the folder uri, which isn't set
+ now until you open the folder.
+
+ * gui/calendar-model.c (obj_updated_cb): add the categories from the
+ updated object to our tree, and emit the "categories-changed" signal
+ if they have changed. Fixes bug #1255.
+
+ * gui/e-tasks.c: removed debug messages.
+
2001-01-23 JP Rosevear <jpr@ximian.com>
* libical import cleanup