aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-27 01:00:28 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-27 01:00:28 +0800
commit3bb08252f25f0125ae53f9943b3e9898220ae735 (patch)
tree85d17820ac1d6b1e3b699786deb3f936f404566f /shell
parent6520af983eeb3154109e4733728780cfeefbf3d7 (diff)
downloadgsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar
gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar.gz
gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar.bz2
gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar.lz
gsoc2013-evolution-3bb08252f25f0125ae53f9943b3e9898220ae735.tar.xz
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')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell.c6
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));