aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-24 05:48:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-24 05:48:00 +0800
commitca308322e60793745b50d6a6ea3ec3a67bd7f382 (patch)
treef3dc8f4cea04492f5d67bb8c940d21ca174a9906 /shell/e-shell.c
parent92ec933b198f15789e028cd3c3dc144ba00bb862 (diff)
downloadgsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.tar
gsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.tar.gz
gsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.tar.bz2
gsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.tar.lz
gsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.tar.xz
gsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.tar.zst
gsoc2013-evolution-ca308322e60793745b50d6a6ea3ec3a67bd7f382.zip
(e_shell_construct): Oops, no @shell argument to
e_shell_startup_wizard_create(). svn path=/trunk/; revision=18184
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 115201f982..503c3069ef 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1302,7 +1302,7 @@ e_shell_construct (EShell *shell,
if (show_splash)
gtk_widget_destroy (splash);
- if (e_shell_startup_wizard_create (shell) == FALSE) {
+ if (e_shell_startup_wizard_create () == FALSE) {
e_shell_unregister_all (shell);
bonobo_object_unref (BONOBO_OBJECT (shell));