From ca6276f9e5e5813b6954e2869667458c3b1d9f10 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 26 May 2004 04:23:41 +0000 Subject: set exception if not implemented. 2004-05-26 Not Zed * importer/evolution-importer.c (impl_GNOME_Evolution_Importer_createControl): set exception if not implemented. * e-shell-importer.c (importer_file_page_new): set the entry to activate default, and fixed the _Filename and _Forward shortcut clash. #58081. (prepare_dest_page): pack the widget without expand/fill. svn path=/trunk/; revision=26088 --- shell/importer/evolution-importer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/importer') diff --git a/shell/importer/evolution-importer.c b/shell/importer/evolution-importer.c index 430e1b2da8..03ff54fea6 100644 --- a/shell/importer/evolution-importer.c +++ b/shell/importer/evolution-importer.c @@ -64,6 +64,8 @@ impl_GNOME_Evolution_Importer_createControl (PortableServer_Servant servant, if (priv->create_control_fn != NULL) (priv->create_control_fn) (importer, control, priv->closure); + else + CORBA_exception_set_system (ev, ex_CORBA_NO_IMPLEMENT, CORBA_COMPLETED_NO); } static CORBA_boolean -- cgit v1.2.3