aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-12-19 00:37:52 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-12-19 00:37:52 +0800
commitbe53f12e69044dc6de3f8b1325692a11f5f1a23a (patch)
treeb9bbdef7045784ee0435e4fafd9d52ac101774b0 /calendar/ChangeLog
parentae5a6615bf34e0bad1f9b3006fca52a7fb6d94e5 (diff)
downloadgsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.tar
gsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.tar.gz
gsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.tar.bz2
gsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.tar.lz
gsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.tar.xz
gsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.tar.zst
gsoc2013-evolution-be53f12e69044dc6de3f8b1325692a11f5f1a23a.zip
make sure we connect to the "changed" signals after setting the initial
2003-12-18 Rodrigo Moya <rodrigo@ximian.com> * gui/tasks-component.c (impl_createControls): * gui/calendar-component.c (impl_createControls): make sure we connect to the "changed" signals after setting the initial selections on the ESourceSelector. Fixes some nasty warnings because of calendar_control_sensitize_calendar_commands being called with no container yet for the control. svn path=/trunk/; revision=23981
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 247451008a..521331daf5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,6 @@
2003-12-18 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/tasks-component.c (impl_createControls):
* gui/calendar-component.c (impl_createControls): make sure we
connect to the "changed" signals after setting the initial selections
on the ESourceSelector. Fixes some nasty warnings because of