diff options
author | JP Rosevaer <jpr@novell.com> | 2004-06-25 22:22:00 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-25 22:22:00 +0800 |
commit | 8f5eaf4319d7bc34d3660fe8a6161142cd96e4e8 (patch) | |
tree | 61654f7fabfd86575df0f0d3a3b96a44e05a3bfd /calendar/ChangeLog | |
parent | 3c8ba7a13ff813aa4be767ca3db8813ce99566fc (diff) | |
download | gsoc2013-evolution-8f5eaf4319d7bc34d3660fe8a6161142cd96e4e8.tar.gz gsoc2013-evolution-8f5eaf4319d7bc34d3660fe8a6161142cd96e4e8.tar.zst gsoc2013-evolution-8f5eaf4319d7bc34d3660fe8a6161142cd96e4e8.zip |
the args are optional, don't store them if they aren't there
2004-06-25 JP Rosevaer <jpr@novell.com>
* gui/dialogs/alarm-dialog.c (palarm_widgets_to_alarm): the args
are optional, don't store them if they aren't there
(check_custom_sound): sensitize the ok button based on whether or
not there needs to be input
(check_custom_message): ditto
(check_custom_program): ditto
(dalarm_message_toggled_cb): check custom message
(dalarm_description_changed_cb): ditto
(aalarm_sound_toggled_cb): check custom sound
(aalarm_attach_changed_cb): ditto
(palarm_program_changed_cb): check custom program
(action_selection_done_cb): use above checks as appropriate
(init_widgets): listen for changed signals
svn path=/trunk/; revision=26512
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f64dea5182..692bdfd7aa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2004-06-25 JP Rosevaer <jpr@novell.com> + + * gui/dialogs/alarm-dialog.c (palarm_widgets_to_alarm): the args + are optional, don't store them if they aren't there + (check_custom_sound): sensitize the ok button based on whether or + not there needs to be input + (check_custom_message): ditto + (check_custom_program): ditto + (dalarm_message_toggled_cb): check custom message + (dalarm_description_changed_cb): ditto + (aalarm_sound_toggled_cb): check custom sound + (aalarm_attach_changed_cb): ditto + (palarm_program_changed_cb): check custom program + (action_selection_done_cb): use above checks as appropriate + (init_widgets): listen for changed signals + 2004-06-25 JP Rosevear <jpr@novell.com> * gui/dialogs/event-page.c (event_page_finalize): free old_summary |