From c366eaafc3e9e3aa55d3b3b793964d1b9570a5db Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Sun, 2 Feb 2003 08:07:39 +0000 Subject: Skip setting the "font_gdk" arg for now. 2003-02-02 Hans Petter Jansson * gui/e-day-view.c (e_day_view_set_event_font_cb): Skip setting the "font_gdk" arg for now. (e_day_view_update_main_canvas_drag): Ditto. * gui/e-week-view.c (e_week_view_style_set): Ditto. * gui/weekday-picker.c (configure_items): Ditto. * gui/dialogs/event-page.c (get_widgets): Show custom widgets manually, since the visibility specified in the Glade XML appears to not have any effect. * gui/dialogs/recurrence-page.c (get_widgets): Ditto. svn path=/trunk/; revision=19706 --- calendar/gui/dialogs/event-page.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/gui/dialogs/event-page.c') diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index 9c5cc514ad..dc5a6ba0a2 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -767,8 +767,12 @@ get_widgets (EventPage *epage) priv->summary = GW ("general-summary"); priv->location = GW ("location"); + /* Glade's visibility flag doesn't seem to work for custom widgets */ priv->start_time = GW ("start-time"); + gtk_widget_show (priv->start_time); priv->end_time = GW ("end-time"); + gtk_widget_show (priv->end_time); + priv->start_timezone = GW ("start-timezone"); priv->end_timezone = GW ("end-timezone"); priv->all_day_event = GW ("all-day-event"); -- cgit v1.2.3