Fix missing ';'.
2001-01-24 Kjartan Maraas <kmaraas@gnome.org> * importer/GNOME_Evolution_Importer.idl: Fix missing ';'. svn path=/trunk/; revision=7781
This commit is contained in:
committed by
Kjartan Maraas
parent
50686ba8d9
commit
31c69c19e7
@ -1,3 +1,7 @@
|
||||
2001-01-24 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* importer/GNOME_Evolution_Importer.idl: Fix missing ';'.
|
||||
|
||||
2001-01-23 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-corba-storage.c (impl_StorageListener_update_folder): Don't
|
||||
|
||||
@ -45,7 +45,7 @@ module Evolution {
|
||||
* Processes the next item.
|
||||
*
|
||||
*/
|
||||
oneway void processItem (in ImporterListener listener)
|
||||
oneway void processItem (in ImporterListener listener);
|
||||
|
||||
/**
|
||||
* getError:
|
||||
|
||||
Reference in New Issue
Block a user