aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-05-04 01:11:40 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-05-04 01:11:40 +0800
commitf4f32309cbbfc0a4b69343d91d4085240198769e (patch)
treeef4e07e2dd0f395993f305bd12951f7bcaf386bf /calendar/ChangeLog
parentf87571bbef89532601865774802070d7b6af1812 (diff)
downloadgsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.tar
gsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.tar.gz
gsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.tar.bz2
gsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.tar.lz
gsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.tar.xz
gsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.tar.zst
gsoc2013-evolution-f4f32309cbbfc0a4b69343d91d4085240198769e.zip
Fixes #57897
2004-05-03 JP Rosevear <jpr@ximian.com> Fixes #57897 * gui/e-tasks.c (setup_widgets): no need to listen for the deleted signal, the cursor will change in that case svn path=/trunk/; revision=25759
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index aff32e047d..80933fdf53 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,12 @@
2004-05-03 JP Rosevear <jpr@ximian.com>
+ Fixes #57897
+
+ * gui/e-tasks.c (setup_widgets): no need to listen for the deleted
+ signal, the cursor will change in that case
+
+2004-05-03 JP Rosevear <jpr@ximian.com>
+
* gui/e-cal-model-tasks.c (set_completed): remove useless debug
statement