aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/importer/GNOME_Evolution_Importer.idl2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index dd7b7201ce..0847510387 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -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
diff --git a/shell/importer/GNOME_Evolution_Importer.idl b/shell/importer/GNOME_Evolution_Importer.idl
index d17c3a830a..fe49ab82c5 100644
--- a/shell/importer/GNOME_Evolution_Importer.idl
+++ b/shell/importer/GNOME_Evolution_Importer.idl
@@ -45,7 +45,7 @@ module Evolution {
* Processes the next item.
*
*/
- oneway void processItem (in ImporterListener listener)
+ oneway void processItem (in ImporterListener listener);
/**
* getError: