aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-01-24 23:01:05 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-01-24 23:01:05 +0800
commit31c69c19e7c3bdbb3fce8dee34ba4a6054603a26 (patch)
tree448822c15b8bbdc8340389bf1571b4771ccb66a9
parent50686ba8d9071b6c76df52c0d126e6d74163471e (diff)
downloadgsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.tar
gsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.tar.gz
gsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.tar.bz2
gsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.tar.lz
gsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.tar.xz
gsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.tar.zst
gsoc2013-evolution-31c69c19e7c3bdbb3fce8dee34ba4a6054603a26.zip
Fix missing ';'.
2001-01-24 Kjartan Maraas <kmaraas@gnome.org> * importer/GNOME_Evolution_Importer.idl: Fix missing ';'. svn path=/trunk/; revision=7781
-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: