From 8b2ca2678997eee8b2b50206f51c72fbe242f972 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 21 Sep 2000 14:13:27 +0000 Subject: s/Bonobo_UIHandler/Bonobo_UIContainer/ s/include "bonobo-ui-handler.h"/include "bonobo-ui-compat.h"/ svn path=/trunk/; revision=5539 --- shell/evolution-shell-component-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/evolution-shell-component-client.c') diff --git a/shell/evolution-shell-component-client.c b/shell/evolution-shell-component-client.c index 318554a826..4a456040fa 100644 --- a/shell/evolution-shell-component-client.c +++ b/shell/evolution-shell-component-client.c @@ -426,7 +426,7 @@ evolution_shell_component_client_create_view (EvolutionShellComponentClient *she if (result != EVOLUTION_SHELL_COMPONENT_OK) { *control_return = NULL; } else { - Bonobo_UIHandler corba_uih; + Bonobo_UIContainer corba_uih; corba_uih = bonobo_object_corba_objref (BONOBO_OBJECT (uih)); *control_return = BONOBO_CONTROL (bonobo_widget_new_control_from_objref (corba_control, @@ -497,7 +497,7 @@ evolution_shell_component_client_populate_folder_context_menu (EvolutionShellCom const char *physical_uri, const char *type) { - Bonobo_UIHandler corba_uih; + Bonobo_UIContainer corba_uih; EvolutionShellComponentClientPrivate *priv; Evolution_ShellComponent corba_shell_component; CORBA_Environment ev; -- cgit v1.2.3