aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/evolution-importer-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
| | | | svn path=/trunk/; revision=14212
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | (instead of version 2 or any later version). svn path=/trunk/; revision=14190
* Remove spewIain Holmes2001-09-131-1/+0
| | | | svn path=/trunk/; revision=12785
* Importer changesIain Holmes2001-05-091-18/+14
| | | | svn path=/trunk/; revision=9722
* #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-251-2/+3
| | | | | | | | | | | | | | | | | 2001-04-25 Kjartan Maraas <kmaraas@gnome.org> * e-component-register.c, e-corba-storage.c, e-folder-tree.c, e-folder-tree.h, e-folder.c, e-local-folder.c, e-shell.c, e-shortcuts-view-model.c, e-shortcuts.c, e-splash.c, e-storage-set-view.c, e-storage-set.c, evolution-local-storage.c, evolution-shell-component-client.c, evolution-shell-component.c, evolution-storage.[ch], importer/evolution-importer-client.[ch], importer/evolution-importer-listener.[ch], importer/evolution-importer.[ch], importer/evolution-intelligent-importer.[ch], importer/intelligent.c: #include <glib.h> and move corresponding local includes to the top. svn path=/trunk/; revision=9556
* Iain's fix did not help, fixing myself. closes #1914Gediminas Paulauskas2001-04-031-3/+3
| | | | svn path=/trunk/; revision=9112
* Fix a crash when the evolution-importer-client tries to pass NULL for the ↵Iain Holmes2001-03-311-0/+2
| | | | | | folderpath. svn path=/trunk/; revision=9055
* Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-231-2/+4
| | | | | | | | | | Fix some warnings, Allow the importers to import into any folder. Update all importers for this change. Don't emit the create_folder callback if the folder to be created already exists. This should fix the libibex crash when importing. svn path=/trunk/; revision=8912
* Memory leak fixIain Holmes2001-02-041-0/+1
| | | | svn path=/trunk/; revision=7950
* New listener object. Plus some oneway stuff as well.Iain Holmes2001-01-231-219/+11
| | | | svn path=/trunk/; revision=7729
* Removed the factory and updated the interfaces and objectsIain Holmes2001-01-181-2/+122
| | | | svn path=/trunk/; revision=7590
* Will it work?Iain Holmes2001-01-121-1/+1
| | | | svn path=/trunk/; revision=7405
* add the importer part 1Iain Holmes2001-01-121-0/+336
svn path=/trunk/; revision=7398