diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-15 03:48:10 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-15 03:48:10 +0800 |
commit | 2fe33405860f002a63f97f0c85d62f774bcc6fb0 (patch) | |
tree | 1da25fefa5853f79c62c50a4343936a2eeefa2a5 /shell/ChangeLog | |
parent | 3e92e7a0eb9944948e9d919b06ae5a0079cd119f (diff) | |
download | gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.tar gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.tar.gz gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.tar.bz2 gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.tar.lz gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.tar.xz gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.tar.zst gsoc2013-evolution-2fe33405860f002a63f97f0c85d62f774bcc6fb0.zip |
Fix crash and remove warning
svn path=/trunk/; revision=12828
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 56a8088934..ab6626f6a2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2001-09-14 Iain Holmes <iain@ximian.com> + + * e-shell-importer.c (start_import): Only check for local path if the + folderpath != NULL. + + * e-shell-startup-wizard.c (prepare_importer_page): Remove GTK_CLIST + cast. + +2001-09-12 Iain Holmes <iain@ximian.com> + + * evolution-wizard.c: Remove spewage. + 2001-09-14 Ettore Perazzoli <ettore@ximian.com> * e-shell-importer.c (start_import): Removed unused variable. |