diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-27 01:00:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-27 01:00:28 +0800 |
commit | 3bb08252f25f0125ae53f9943b3e9898220ae735 (patch) | |
tree | 85d17820ac1d6b1e3b699786deb3f936f404566f /shell/e-shell.c | |
parent | 6520af983eeb3154109e4733728780cfeefbf3d7 (diff) | |
download | gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar.gz gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar.zst gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.zip |
there is no splash screen any more
2004-01-26 JP Rosevear <jpr@ximian.com>
* e-shell.c (e_shell_construct): there is no splash screen any
more
svn path=/trunk/; revision=24438
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 6 |
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)); |