diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-05 01:26:49 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-05 01:26:49 +0800 |
commit | 39c634e9c2374cbcd26a4f37f201dcf6c3870b5d (patch) | |
tree | b3d5af3758f33944e85e0de0184a38f564e3f574 /calendar/ChangeLog | |
parent | 82e85fded028e36ac0df6a5619364a57fa956f83 (diff) | |
download | gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.gz gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.bz2 gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.lz gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.xz gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.tar.zst gsoc2013-evolution-39c634e9c2374cbcd26a4f37f201dcf6c3870b5d.zip |
Block signals from the toggle button. (date_changed_cb): Merged
2000-11-03 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (check_all_day): Block signals from the
toggle button.
(date_changed_cb): Merged check_dates() and check_times() into
this function; provide better behavior as well.
(check_dates): Removed function.
(check_times): Removed function.
(init_widgets): Connect to the "changed" signal on the start_time
and end_time widgets.
(check_all_day): Use a better test.
2000-11-03 Federico Mena Quintero <federico@helixcode.com>
* gui/component/select-names/Makefile.am: Clean the idl-generated
files properly.
svn path=/trunk/; revision=6396
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a5eb43042f..3d91439fbe 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,15 @@ 2000-11-03 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor.c (check_all_day): Block signals from the + toggle button. + (date_changed_cb): Merged check_dates() and check_times() into + this function; provide better behavior as well. + (check_dates): Removed function. + (check_times): Removed function. + (init_widgets): Connect to the "changed" signal on the start_time + and end_time widgets. + (check_all_day): Use a better test. + * gui/Makefile.am: Clean the idl-generated sources properly. * cal-client/Makefile.am: Likewise. |