diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell.c | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 26caf11ec5..1954094a11 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2004-01-26 JP Rosevear <jpr@ximian.com> + * e-shell.c (e_shell_construct): there is no splash screen any + more + +2004-01-26 JP Rosevear <jpr@ximian.com> + * main.c: drop now useless gtkhtml/gconf check 2004-01-23 Rodney Dawes <dobey@ximian.com> diff --git a/shell/e-shell.c b/shell/e-shell.c index fdc3bc024e..5cdf75545b 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -477,7 +477,6 @@ e_shell_construct (EShell *shell, const char *iid, EShellStartupLineMode startup_line_mode) { - GtkWidget *splash = NULL; EShellPrivate *priv; CORBA_Object corba_object; gboolean start_online; @@ -501,10 +500,7 @@ e_shell_construct (EShell *shell, return E_SHELL_CONSTRUCT_RESULT_CANNOTREGISTER; while (gtk_events_pending ()) - gtk_main_iteration (); - - if (splash) - gtk_widget_destroy (splash); + gtk_main_iteration (); if (e_shell_startup_wizard_create () == FALSE) { bonobo_object_unref (BONOBO_OBJECT (shell)); |