From 3bb08252f25f0125ae53f9943b3e9898220ae735 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 26 Jan 2004 17:00:28 +0000 Subject: there is no splash screen any more 2004-01-26 JP Rosevear * e-shell.c (e_shell_construct): there is no splash screen any more svn path=/trunk/; revision=24438 --- shell/ChangeLog | 5 +++++ shell/e-shell.c | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 26caf11ec5..1954094a11 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-01-26 JP Rosevear + + * e-shell.c (e_shell_construct): there is no splash screen any + more + 2004-01-26 JP Rosevear * main.c: drop now useless gtkhtml/gconf check 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)); -- cgit