diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-16 02:10:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-16 02:10:12 +0800 |
commit | a79f61ba4c36ffdb285ec1d812c83871d22e769e (patch) | |
tree | 740224e39758a91fb216e34408a4ea6812ecad67 | |
parent | 57dce5cddb65bdbbcbf09dac27b9e118c718a952 (diff) | |
download | gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.tar gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.tar.gz gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.tar.bz2 gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.tar.lz gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.tar.xz gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.tar.zst gsoc2013-evolution-a79f61ba4c36ffdb285ec1d812c83871d22e769e.zip |
(e_shell_startup_wizard_create): For
now, always return TRUE.
svn path=/trunk/; revision=18781
-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 |