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 --- addressbook/gui/component/addressbook.c | 2 +- addressbook/gui/component/select-names/e-select-names-bonobo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 6401654751..3902cb0bc2 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -583,7 +583,7 @@ addressbook_factory_new_control (void) view->properties, PROPERTY_FOLDER_URI, PROPERTY_FOLDER_URI_IDX, BONOBO_ARG_STRING, NULL, _("The URI that the Folder Browser will display"), 0); - bonobo_control_set_property_bag (view->control, + bonobo_control_set_properties (view->control, view->properties); view->uri = NULL; diff --git a/addressbook/gui/component/select-names/e-select-names-bonobo.c b/addressbook/gui/component/select-names/e-select-names-bonobo.c index 8c0e868bb1..d4e2d32cfc 100644 --- a/addressbook/gui/component/select-names/e-select-names-bonobo.c +++ b/addressbook/gui/component/select-names/e-select-names-bonobo.c @@ -174,7 +174,7 @@ impl_SelectNames_get_entry_for_section (PortableServer_Servant servant, BONOBO_ARG_STRING, NULL, NULL, BONOBO_PROPERTY_READABLE | BONOBO_PROPERTY_WRITEABLE); - bonobo_control_set_property_bag (control, property_bag); + bonobo_control_set_properties (control, property_bag); return bonobo_object_corba_objref (BONOBO_OBJECT (control)); } -- cgit v1.2.3