aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-03-05 01:23:01 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-03-05 01:23:01 +0800
commit7a0455fc2b247575cb6fe7199a7494fa812503c4 (patch)
treed718152aad56cdc02046b241c3309f299b60f13f /calendar/ChangeLog
parentc5a4a13b1ba9b689dd0aab9c848584005a3ef551 (diff)
downloadgsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.tar
gsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.tar.gz
gsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.tar.bz2
gsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.tar.lz
gsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.tar.xz
gsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.tar.zst
gsoc2013-evolution-7a0455fc2b247575cb6fe7199a7494fa812503c4.zip
Fixes #50294
2004-03-04 Rodrigo Moya <rodrigo@ximian.com> Fixes #50294 * gui/e-tasks.c (setup_widgets): connect to "model_rows_deleted" signal on the ETable's model. (model_rows_deleted_cb): callback for clearing the preview widget when the currently selected task is removed. svn path=/trunk/; revision=24969
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ed8c651f4c..1a364e8912 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,14 @@
2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
+ Fixes #50294
+
+ * gui/e-tasks.c (setup_widgets): connect to "model_rows_deleted" signal
+ on the ETable's model.
+ (model_rows_deleted_cb): callback for clearing the preview widget when
+ the currently selected task is removed.
+
+2004-03-04 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/calendar-commands.c (calendar_control_sensitize_calendar_commands):
set the sensitivity correctly, depending on whether the command applied
to the currently selected event or the default client.