diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-01 01:15:09 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-01 01:15:09 +0800 |
commit | 23596af78d9ca2d9db34e821674c7061fae678e6 (patch) | |
tree | 505da8e976346173d72f9914f86a7dc319fac738 /calendar/ChangeLog | |
parent | fee9d1b411184ef7fee35d1b72871a29e340b0c2 (diff) | |
download | gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.tar gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.tar.gz gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.tar.bz2 gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.tar.lz gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.tar.xz gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.tar.zst gsoc2013-evolution-23596af78d9ca2d9db34e821674c7061fae678e6.zip |
New function. We split it from the radio callback so that we can call it
2000-10-30 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (sensitize_recur_widgets): New function. We
split it from the radio callback so that we can call it explicitly
from fill_recurrence_widgets().
(fill_recurrence_widgets): Call sensitize_recur_widgets() as
appropriate.
svn path=/trunk/; revision=6293
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 40cd501fa9..834afcdc2f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2000-10-30 Federico Mena Quintero <federico@helixcode.com> + * gui/event-editor.c (sensitize_recur_widgets): New function. We + split it from the radio callback so that we can call it explicitly + from fill_recurrence_widgets(). + (fill_recurrence_widgets): Call sensitize_recur_widgets() as + appropriate. + +2000-10-30 Federico Mena Quintero <federico@helixcode.com> + * gui/calendar-commands.c (new_calendar): Removed the geometry and hidden arguments. This code is ancient. (all_calendars): Made static. This sucks; configuration should be |