From e7fa8245ccf248c858c304795138b4efd73e103e Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 2 Nov 2000 06:48:34 +0000 Subject: The big api rename ... 2000-11-02 Michael Meeks * The big api rename ... svn path=/trunk/; revision=6346 --- executive-summary/component/e-summary-factory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'executive-summary') diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 4593edee47..79105c18a0 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -134,9 +134,9 @@ control_activate_cb (BonoboControl *control, } CORBA_exception_init (&ev); - shell_view_interface = Bonobo_Unknown_query_interface (control_frame, - "IDL:Evolution/ShellView:1.0", - &ev); + shell_view_interface = Bonobo_Unknown_queryInterface (control_frame, + "IDL:Evolution/ShellView:1.0", + &ev); CORBA_exception_free (&ev); if (shell_view_interface != CORBA_OBJECT_NIL) { -- cgit v1.2.3