diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-startup-wizard.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 8c4ad15479..6baae59447 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-11-15 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-startup-wizard.c (e_shell_startup_wizard_create): For + now, always return TRUE. + 2002-11-14 Ettore Perazzoli <ettore@ximian.com> * evolution-shell-client.c (class_init): Pass the right parent diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c index 9a04b651c1..c693243f47 100644 --- a/shell/e-shell-startup-wizard.c +++ b/shell/e-shell-startup-wizard.c @@ -1,7 +1,7 @@ /* * e-shell-startup-wizard.c * - * Copyright (C) 2001 Ximian, Inc. + * Copyright (C) 2001, 2002 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public |