From 31c69c19e7c3bdbb3fce8dee34ba4a6054603a26 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 24 Jan 2001 15:01:05 +0000 Subject: [PATCH] Fix missing ';'. 2001-01-24 Kjartan Maraas * importer/GNOME_Evolution_Importer.idl: Fix missing ';'. svn path=/trunk/; revision=7781 --- shell/ChangeLog | 4 ++++ shell/importer/GNOME_Evolution_Importer.idl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * importer/GNOME_Evolution_Importer.idl: Fix missing ';'. + 2001-01-23 Ettore Perazzoli * 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: