aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/main.c
diff options
context:
space:
mode:
authorTomas Ogren <stric@ing.umu.se>1999-01-19 08:42:35 +0800
committerTomas Ă–gren <stric@src.gnome.org>1999-01-19 08:42:35 +0800
commitb845cac9cc9787b4e670d4ca11fae4336373797e (patch)
treebbc8633048588f45dbf215342fac13590bfc540f /calendar/main.c
parentac3196e5ca783ab3c0aee0f88f9973bd6acb90ba (diff)
downloadgsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar
gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar.gz
gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar.bz2
gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar.lz
gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar.xz
gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar.zst
gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.zip
do gtk_widget_realize on the toplevel window..
1999-01-19 Tomas Ogren <stric@ing.umu.se> * main.c: do gtk_widget_realize on the toplevel window.. svn path=/trunk/; revision=610
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);
}