From 934e85f6998fcd41ad54efad5d854cd54307b068 Mon Sep 17 00:00:00 2001 From: 5 Date: Thu, 26 Oct 2000 03:45:21 +0000 Subject: User bonobo_control_get_remote_uid_container, not the old version 2000-10-25 * component/e-summary-factory.c (control_activate): User bonobo_control_get_remote_uid_container, not the old version svn path=/trunk/; revision=6196 --- executive-summary/component/e-summary-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executive-summary/component') diff --git a/executive-summary/component/e-summary-factory.c b/executive-summary/component/e-summary-factory.c index 9eebb82e8d..435e6953ad 100644 --- a/executive-summary/component/e-summary-factory.c +++ b/executive-summary/component/e-summary-factory.c @@ -89,7 +89,7 @@ control_activate (BonoboControl *control, { Bonobo_UIContainer container; - container = bonobo_control_get_remote_ui_handler (control); + container = bonobo_control_get_remote_ui_container (control); bonobo_ui_component_set_container (ui_component, container); bonobo_object_release_unref (container, NULL); -- cgit v1.2.3