(e_shell_construct): Oops, no @shell argument to
e_shell_startup_wizard_create(). svn path=/trunk/; revision=18184
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-09-23 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-shell.c (e_shell_construct): Oops, no @shell argument to
|
||||
e_shell_startup_wizard_create().
|
||||
|
||||
2002-09-23 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
[#28317]
|
||||
|
||||
@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user