diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a62a368745..3a7baae15d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-09-21 Michael Meeks <michael@helixcode.com> + + * gui/calendar-commands.c (calendar_control_activate): _UIHandler + update. + 2000-09-20 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit.c (pre_sync): Don't fail if there diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index cef814a36f..73271c0ce5 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -525,7 +525,7 @@ void calendar_control_activate (BonoboControl *control, GnomeCalendar *cal) { - Bonobo_UIHandler remote_uih; + Bonobo_UIContainer remote_uih; BonoboUIHandler *uih; uih = bonobo_control_get_ui_handler (control); |