aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/main.c')
-rw-r--r--calendar/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/main.c b/calendar/main.c
index c21aafef18..9d03fecd61 100644
--- a/calendar/main.c
+++ b/calendar/main.c
@@ -525,6 +525,7 @@ new_calendar (char *full_name, char *calendar_file, char *geometry, char *page)
active_calendars++;
all_calendars = g_list_prepend (all_calendars, toplevel);
+ gtk_widget_realize (toplevel);
gtk_widget_show (toplevel);
}