diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-03-01 03:10:31 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-03-01 03:10:31 +0800 |
commit | 25152d9caa8edfcd4c8a9de0eda999cc81f7b89e (patch) | |
tree | 4c8538d9b2c75826cfa2ade2cd99d9328083923e /calendar/ChangeLog | |
parent | f50ddd9de119590e93f2fe6939b0a364c357783d (diff) | |
download | gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.gz gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.tar.zst gsoc2013-evolution-25152d9caa8edfcd4c8a9de0eda999cc81f7b89e.zip |
New function to set the EDateEdit's value when a row is selected in the
2001-02-28 Federico Mena Quintero <federico@ximian.com>
* gui/event-editor.c (recurrence_exception_select_row_cb): New
function to set the EDateEdit's value when a row is selected in
the exception date list. Fixes bug #1638.
(append_exception): Set the value as well. Block/unblock signals
from the clist as appropriate. Gotta love non-model/view widgets.
(recurrence_exception_delete_cb): Be more paranoid about the
contents of the list row's data.
(recur_to_comp_object): Likewise.
(fill_exception_widgets): Select the first row after we are done
appending the exception dates.
svn path=/trunk/; revision=8430
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2a6624471b..fb99a66a08 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2001-02-28 Federico Mena Quintero <federico@ximian.com> + + * gui/event-editor.c (recurrence_exception_select_row_cb): New + function to set the EDateEdit's value when a row is selected in + the exception date list. Fixes bug #1638. + (append_exception): Set the value as well. Block/unblock signals + from the clist as appropriate. Gotta love non-model/view widgets. + (recurrence_exception_delete_cb): Be more paranoid about the + contents of the list row's data. + (recur_to_comp_object): Likewise. + (fill_exception_widgets): Select the first row after we are done + appending the exception dates. + 2001-02-26 Federico Mena Quintero <federico@ximian.com> * gui/alarm-notify/Makefile.am (libalarm_a_SOURCES): Create a |