aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-11-02 14:48:34 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-11-02 14:48:34 +0800
commite7fa8245ccf248c858c304795138b4efd73e103e (patch)
treeac73cec8e2c64798399fc99e31a37df1278e14ee /addressbook
parent3b60a3985590ec48406d99a788d96cb3e43c1d64 (diff)
downloadgsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.gz
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.bz2
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.lz
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.xz
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.zst
gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.zip
The big api rename ...
2000-11-02 Michael Meeks <michael@helixcode.com> * The big api rename ... svn path=/trunk/; revision=6346
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/contact-editor/e-contact-editor.c6
-rw-r--r--addressbook/gui/component/addressbook.c2
-rw-r--r--addressbook/gui/component/select-names/e-select-names-bonobo.c2
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c6
-rw-r--r--addressbook/gui/widgets/e-minicard-control.c2
5 files changed, 9 insertions, 9 deletions
diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c
index c0921a7204..aa2f4cffc2 100644
--- a/addressbook/contact-editor/e-contact-editor.c
+++ b/addressbook/contact-editor/e-contact-editor.c
@@ -869,7 +869,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
/* Construct the app */
- bonobo_win = bonobo_win_new ("contact-editor-dialog", "Contact Editor");
+ bonobo_win = bonobo_window_new ("contact-editor-dialog", "Contact Editor");
/* FIXME: The sucking bit */
{
@@ -883,7 +883,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
}
gtk_widget_ref (contents);
gtk_container_remove (GTK_CONTAINER (contents->parent), contents);
- bonobo_win_set_contents (BONOBO_WIN (bonobo_win), contents);
+ bonobo_window_set_contents (BONOBO_WINDOW (bonobo_win), contents);
gtk_widget_destroy (e_contact_editor->app);
e_contact_editor->app = bonobo_win;
}
@@ -891,7 +891,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
/* Build the menu and toolbar */
container = bonobo_ui_container_new ();
- bonobo_ui_container_set_win (container, BONOBO_WIN (e_contact_editor->app));
+ bonobo_ui_container_set_win (container, BONOBO_WINDOW (e_contact_editor->app));
e_contact_editor->uic = bonobo_ui_component_new_default ();
if (!e_contact_editor->uic) {
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));
}
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index c0921a7204..aa2f4cffc2 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -869,7 +869,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
/* Construct the app */
- bonobo_win = bonobo_win_new ("contact-editor-dialog", "Contact Editor");
+ bonobo_win = bonobo_window_new ("contact-editor-dialog", "Contact Editor");
/* FIXME: The sucking bit */
{
@@ -883,7 +883,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
}
gtk_widget_ref (contents);
gtk_container_remove (GTK_CONTAINER (contents->parent), contents);
- bonobo_win_set_contents (BONOBO_WIN (bonobo_win), contents);
+ bonobo_window_set_contents (BONOBO_WINDOW (bonobo_win), contents);
gtk_widget_destroy (e_contact_editor->app);
e_contact_editor->app = bonobo_win;
}
@@ -891,7 +891,7 @@ e_contact_editor_init (EContactEditor *e_contact_editor)
/* Build the menu and toolbar */
container = bonobo_ui_container_new ();
- bonobo_ui_container_set_win (container, BONOBO_WIN (e_contact_editor->app));
+ bonobo_ui_container_set_win (container, BONOBO_WINDOW (e_contact_editor->app));
e_contact_editor->uic = bonobo_ui_component_new_default ();
if (!e_contact_editor->uic) {
diff --git a/addressbook/gui/widgets/e-minicard-control.c b/addressbook/gui/widgets/e-minicard-control.c
index a5d2038a8a..d69f422f63 100644
--- a/addressbook/gui/widgets/e-minicard-control.c
+++ b/addressbook/gui/widgets/e-minicard-control.c
@@ -295,7 +295,7 @@ e_minicard_control_factory (BonoboGenericFactory *Factory, void *closure)
#if 0
/* Create the properties. */
pb = bonobo_property_bag_new (get_prop, set_prop, clock);
- bonobo_control_set_property_bag (control, pb);
+ bonobo_control_set_properties (control, pb);
bonobo_property_bag_add (pb, "running", PROP_RUNNING,
BONOBO_ARG_BOOLEAN, NULL,