diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
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)); |