diff options
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r-- | calendar/gnome-cal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c index a7b5402e0d..bc26be5c92 100644 --- a/calendar/gnome-cal.c +++ b/calendar/gnome-cal.c @@ -102,6 +102,7 @@ setup_day_view (GnomeCalendar *gcal, time_t now) GTK_FILL | GTK_EXPAND | GTK_SHRINK, 0, 0); gtk_container_add (GTK_CONTAINER (sw), gcal->day_view); + gtk_widget_show_all (GTK_WIDGET (t)); } |