diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-10-28 08:50:11 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-10-28 08:50:11 +0800 |
commit | 88116cf2ea5d12b4d9e954fa004a6f72474d72ec (patch) | |
tree | 115cf9294be7d026d2cba21587f33f0863622b53 /calendar/ChangeLog | |
parent | c3abfc7154e9e839f967b19c0dffd73fa0af9d4f (diff) | |
download | gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.gz gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.bz2 gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.lz gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.xz gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.zst gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.zip |
Connect to the recurrence ending menu. (recur_ending_selection_done_cb):
2000-10-27 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (init_widgets): Connect to the recurrence
ending menu.
(recur_ending_selection_done_cb): Implemented.
(make_recurrence_ending_special): Implemented.
(make_recur_ending_until_special): Implemented.
(fill_ending_date): Implemented.
(make_recur_ending_count_special): Implemented.
(simple_recur_to_comp_object): Fill in the ending date.
(clear_widgets): Clear the recurrence ending widgets.
* gui/event-editor-dialog.glade: Moved the recurrence type radio
buttons to a single hbox to save space.
Fixed the lower value of the recurrence interval spin button.
Removed the stale widgets from the recurrence ending date part.
svn path=/trunk/; revision=6245
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e382e0e2b5..ac32bf98fb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2000-10-27 Federico Mena Quintero <federico@helixcode.com> + + * gui/event-editor.c (init_widgets): Connect to the recurrence + ending menu. + (recur_ending_selection_done_cb): Implemented. + (make_recurrence_ending_special): Implemented. + (make_recur_ending_until_special): Implemented. + (fill_ending_date): Implemented. + (make_recur_ending_count_special): Implemented. + (simple_recur_to_comp_object): Fill in the ending date. + (clear_widgets): Clear the recurrence ending widgets. + + * gui/event-editor-dialog.glade: Moved the recurrence type radio + buttons to a single hbox to save space. + Fixed the lower value of the recurrence interval spin button. + Removed the stale widgets from the recurrence ending date part. + 2000-10-27 Jesse Pavel <jpavel@helixcode.com> * gui/e-meeting-edit.c: fixed problems in which I allocated CORBA |