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/contact-editor/e-contact-editor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/contact-editor/e-contact-editor.c') 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) { -- cgit v1.2.3