From ca308322e60793745b50d6a6ea3ec3a67bd7f382 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 23 Sep 2002 21:48:00 +0000 Subject: (e_shell_construct): Oops, no @shell argument to e_shell_startup_wizard_create(). svn path=/trunk/; revision=18184 --- shell/ChangeLog | 5 +++++ shell/e-shell.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 960e434443..873fd58506 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-09-23 Ettore Perazzoli + + * e-shell.c (e_shell_construct): Oops, no @shell argument to + e_shell_startup_wizard_create(). + 2002-09-23 Ettore Perazzoli [#28317] 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)); -- cgit v1.2.3