From b845cac9cc9787b4e670d4ca11fae4336373797e Mon Sep 17 00:00:00 2001 From: Tomas Ogren Date: Tue, 19 Jan 1999 00:42:35 +0000 Subject: do gtk_widget_realize on the toplevel window.. 1999-01-19 Tomas Ogren * main.c: do gtk_widget_realize on the toplevel window.. svn path=/trunk/; revision=610 --- calendar/gui/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index c21aafef18..9d03fecd61 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/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); } -- cgit v1.2.3