aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-page.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/event-page.c')
-rw-r--r--calendar/gui/dialogs/event-page.c4
1 files changed, 4 insertions, 0 deletions
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");