diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-31 02:48:06 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-31 02:48:06 +0800 |
commit | 5a13e823f2ea32d9a559bbb65d2fbb5b81442cad (patch) | |
tree | 21166356eeccbe6e36667eaeea1f7c6bc4a92864 /shell/ChangeLog | |
parent | e1a7d7737020e19514e869d421bf4736b57f943d (diff) | |
download | gsoc2013-evolution-5a13e823f2ea32d9a559bbb65d2fbb5b81442cad.tar.gz gsoc2013-evolution-5a13e823f2ea32d9a559bbb65d2fbb5b81442cad.tar.zst gsoc2013-evolution-5a13e823f2ea32d9a559bbb65d2fbb5b81442cad.zip |
Inform people when they can't import a file.
svn path=/trunk/; revision=7916
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5bd6d6c32b..7a7e07e090 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-01-30 Iain Holmes <iain@ximian.com> + * importer/importer.c: (start_import): Added a notice if there is no + importer that can handle the file. + (get_iid_for_filetype): Free the list of multiple items before returning. + (importer_timeout_fn): Removed notice. + (import_cb): Removed notice. + +2001-01-30 Iain Holmes <iain@ximian.com> + * importer/importer.c: Added a nasty hack to change the druids Finish button to be Import. |