diff options
author | JP Rosevear <jpr@novell.com> | 2004-06-25 23:23:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-25 23:23:30 +0800 |
commit | ff93848d8daa9d603cd202404a6f7efa8b8d9f65 (patch) | |
tree | 13e200aea94137e9f6772949e450d3ec3b2d3996 /calendar/ChangeLog | |
parent | 46d1d136e72c69b62f09b8523c437576f8d2051c (diff) | |
download | gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.tar gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.tar.gz gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.tar.bz2 gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.tar.lz gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.tar.xz gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.tar.zst gsoc2013-evolution-ff93848d8daa9d603cd202404a6f7efa8b8d9f65.zip |
init alarm interval to -1 (clear_widgets): give the alarm time option menu
2004-06-25 JP Rosevear <jpr@novell.com>
* gui/dialogs/event-page.c (event_page_init): init alarm interval
to -1
(clear_widgets): give the alarm time option menu a sensible
default
(is_custom_alarm): account for the user defined alarm time if it
doesn't match the default set
(event_page_fill_widgets): default the option menu to the 15
minute or user define alarm if no alarm is currently set
(event_page_fill_component): account for the user defined alarm
tme
(init_widgets): add in the user defined alarm time if it doesn't
match the default set
svn path=/trunk/; revision=26515
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 692bdfd7aa..ec3163c495 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2004-06-25 JP Rosevear <jpr@novell.com> + + * gui/dialogs/event-page.c (event_page_init): init alarm interval + to -1 + (clear_widgets): give the alarm time option menu a sensible + default + (is_custom_alarm): account for the user defined alarm time if it + doesn't match the default set + (event_page_fill_widgets): default the option menu to the 15 + minute or user define alarm if no alarm is currently set + (event_page_fill_component): account for the user defined alarm + tme + (init_widgets): add in the user defined alarm time if it doesn't + match the default set + 2004-06-25 JP Rosevaer <jpr@novell.com> * gui/dialogs/alarm-dialog.c (palarm_widgets_to_alarm): the args |