diff options
author | Tomas Ogren <stric@ing.umu.se> | 1999-01-19 08:42:35 +0800 |
---|---|---|
committer | Tomas Ă–gren <stric@src.gnome.org> | 1999-01-19 08:42:35 +0800 |
commit | b845cac9cc9787b4e670d4ca11fae4336373797e (patch) | |
tree | bbc8633048588f45dbf215342fac13590bfc540f /calendar/gui/main.c | |
parent | ac3196e5ca783ab3c0aee0f88f9973bd6acb90ba (diff) | |
download | gsoc2013-evolution-b845cac9cc9787b4e670d4ca11fae4336373797e.tar.gz 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/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |