From 3bc71a52c1e6db329c2906f5f2ce414059ef2366 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 9 Apr 2002 15:05:55 +0000 Subject: Add view_info arg. If the view_info is non-empty and this is a calendar * gui/component-factory.c (create_view): Add view_info arg. If the view_info is non-empty and this is a calendar folder, set the "view" property on the control's propertybag. * gui/control-factory.c (calendar_properties_init): Set up the "view" property. (get_prop, set_prop): handle the "view" property by getting/setting the GnomeCalendar's view. Unfortunately, this doesn't actually work. See #23208. * gui/calendar-commands.c (calendar_control_activate): Set the UI component's container before calling gnome_calendar_set_ui_component so that the search bar initialization will work. svn path=/trunk/; revision=16400 --- calendar/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4b5f2e7bf9..e46dfabe7f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,20 @@ +2002-04-08 Dan Winship + + * gui/component-factory.c (create_view): Add view_info arg. If the + view_info is non-empty and this is a calendar folder, set the + "view" property on the control's propertybag. + + * gui/control-factory.c (calendar_properties_init): Set up the + "view" property. + (get_prop, set_prop): handle the "view" property by + getting/setting the GnomeCalendar's view. Unfortunately, this + doesn't actually work. See #23208. + + * gui/calendar-commands.c (calendar_control_activate): Set the UI + component's container before calling + gnome_calendar_set_ui_component so that the search bar + initialization will work. + 2002-04-06 JP Rosevear * pcs/cal-backend-db.[hc]: Remove dead files. -- cgit v1.2.3