aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c6
1 files changed, 1 insertions, 5 deletions
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));