diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-01-08 02:33:44 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-01-08 02:33:44 +0800 |
commit | 7bff0633bf1c5ef2ba72382d4715f8ad6f291857 (patch) | |
tree | fb6430d963b2309a997c74cc47ffca38071d371d /calendar/ChangeLog | |
parent | 594b4609238bc4168c83bb5800149d7c5036df9d (diff) | |
download | gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.tar gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.tar.gz gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.tar.bz2 gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.tar.lz gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.tar.xz gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.tar.zst gsoc2013-evolution-7bff0633bf1c5ef2ba72382d4715f8ad6f291857.zip |
put a name to the 'Send options' frame.
2005-01-07 Rodrigo Moya <rodrigo@novell.com>
* gui/dialogs/event-page.glade:
* gui/dialogs/task-page.glade: put a name to the 'Send options' frame.
* gui/dialogs/event-page.c (event_page_init): initialize reference to
the 'Send options' frame.
(get_widgets): get the 'Send options' frame from the .glade file.
(event_page_hide_options): just hide the frame.
(event_page_show_options): just show the frame.
* gui/dialogs/task-page.c (task_page_init): initialize reference to the
'Send options' frame.
(get_widgets): get the 'Send options' frame from the .glade file.
(task_page_hide_options): just hide the frame.
(task_page_show_options): just show the frame.
svn path=/trunk/; revision=28277
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 60b9a8101d..170543aa0e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2005-01-07 Rodrigo Moya <rodrigo@novell.com> + + * gui/dialogs/event-page.glade: + * gui/dialogs/task-page.glade: put a name to the 'Send options' frame. + + * gui/dialogs/event-page.c (event_page_init): initialize reference to + the 'Send options' frame. + (get_widgets): get the 'Send options' frame from the .glade file. + (event_page_hide_options): just hide the frame. + (event_page_show_options): just show the frame. + + * gui/dialogs/task-page.c (task_page_init): initialize reference to the + 'Send options' frame. + (get_widgets): get the 'Send options' frame from the .glade file. + (task_page_hide_options): just hide the frame. + (task_page_show_options): just show the frame. + 2005-01-06 David Trowbridge <trowbrds@cs.colorado.edu> * gui/e-cal-event[hc]: initial import of ECalEvent targets |