diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-13 04:16:04 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-13 04:16:04 +0800 |
commit | b0fea6b06b29bf202780c102b72810ed92b3051a (patch) | |
tree | 2b77d1e304b3b79ea781defa8fa55b682207192d /calendar/ChangeLog | |
parent | 9a6eff39eb061add29e80eddfc7faceb3fd5b797 (diff) | |
download | gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.tar gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.tar.gz gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.tar.bz2 gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.tar.lz gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.tar.xz gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.tar.zst gsoc2013-evolution-b0fea6b06b29bf202780c102b72810ed92b3051a.zip |
Block the signals as appropriate. (fill_ending_date): Ditto.
2000-11-12 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (clear_widgets): Block the signals as appropriate.
(fill_ending_date): Ditto.
(fill_recurrence_widgets): Ditto.
(recurrence_type_toggled_cb): Only sensitize the widgets and
preview the recurrence if the toggle button is active.
svn path=/trunk/; revision=6550
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e43713c89c..be24b98a37 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2000-11-12 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor.c (clear_widgets): Block the signals as appropriate. + (fill_ending_date): Ditto. + (fill_recurrence_widgets): Ditto. + (recurrence_type_toggled_cb): Only sensitize the widgets and + preview the recurrence if the toggle button is active. + +2000-11-12 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor.c (recur_to_comp_object): Clear the rdate and exrule lists from the component if we are setting a simple recurrence. |