aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
author5 <jpr@helixcode.com>2000-10-26 11:45:21 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-10-26 11:45:21 +0800
commit934e85f6998fcd41ad54efad5d854cd54307b068 (patch)
tree185b05cd6bb840d65ace311bcde88639b7b4f733 /executive-summary
parent793d3233572b7af9cc27829a064a11664003f891 (diff)
downloadgsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.tar
gsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.tar.gz
gsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.tar.bz2
gsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.tar.lz
gsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.tar.xz
gsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.tar.zst
gsoc2013-evolution-934e85f6998fcd41ad54efad5d854cd54307b068.zip
User bonobo_control_get_remote_uid_container, not the old version
2000-10-25 <jpr@helixcode.com> * component/e-summary-factory.c (control_activate): User bonobo_control_get_remote_uid_container, not the old version svn path=/trunk/; revision=6196
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/ChangeLog5
-rw-r--r--executive-summary/component/e-summary-factory.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog
index d74512d3f3..70f12d2a95 100644
--- a/executive-summary/ChangeLog
+++ b/executive-summary/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-25 <jpr@helixcode.com>
+
+ * component/e-summary-factory.c (control_activate): User
+ bonobo_control_get_remote_uid_container, not the old version
+
2000-10-25 Iain Holmes <iain@helixcode.com>
* test-service/main.c: Store each individual views data with the view.
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);