diff options
author | Tomas Ogren <stric@ing.umu.se> | 1999-02-09 08:12:45 +0800 |
---|---|---|
committer | Tomas Ă–gren <stric@src.gnome.org> | 1999-02-09 08:12:45 +0800 |
commit | 9874957ad8489178ad001e974e9a56e51799833e (patch) | |
tree | 48f5b4ed31e4d7a72d5d81a8061678d98793e7d8 /calendar/gui | |
parent | 65a5fe06d24466985c52a5304e82e4856dfb636a (diff) | |
download | gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.tar gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.tar.gz gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.tar.bz2 gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.tar.lz gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.tar.xz gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.tar.zst gsoc2013-evolution-9874957ad8489178ad001e974e9a56e51799833e.zip |
Removed the gtk_widget_realize call.
1999-02-09 Tomas Ogren <stric@ing.umu.se>
* main.c: Removed the gtk_widget_realize call.
svn path=/trunk/; revision=657
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index db56026ecc..19cebcd8c8 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -555,7 +555,6 @@ 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); if (hidden){ GnomeWinState state; |