diff options
author | Michael Meeks <michael@helixcode.com> | 2000-11-02 14:48:34 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-11-02 14:48:34 +0800 |
commit | e7fa8245ccf248c858c304795138b4efd73e103e (patch) | |
tree | ac73cec8e2c64798399fc99e31a37df1278e14ee /mail/subscribe-dialog.c | |
parent | 3b60a3985590ec48406d99a788d96cb3e43c1d64 (diff) | |
download | gsoc2013-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 'mail/subscribe-dialog.c')
-rw-r--r-- | mail/subscribe-dialog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index e74ab4f1bd..aa494058e7 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -962,11 +962,11 @@ subscribe_dialog_gui_init (SubscribeDialog *sc) CORBA_exception_init (&ev); /* Construct the app */ - sc->app = bonobo_win_new ("subscribe-dialog", "Manage Subscriptions"); + sc->app = bonobo_window_new ("subscribe-dialog", "Manage Subscriptions"); /* Build the menu and toolbar */ container = bonobo_ui_container_new (); - bonobo_ui_container_set_win (container, BONOBO_WIN (sc->app)); + bonobo_ui_container_set_win (container, BONOBO_WINDOW (sc->app)); /* set up the bonobo stuff */ component = bonobo_ui_component_new_default (); @@ -1092,7 +1092,7 @@ subscribe_dialog_gui_init (SubscribeDialog *sc) e_paned_add2 (E_PANED (sc->hpaned), sc->table); e_paned_set_position (E_PANED (sc->hpaned), DEFAULT_STORE_TABLE_WIDTH); - bonobo_win_set_contents (BONOBO_WIN (sc->app), sc->hpaned); + bonobo_window_set_contents (BONOBO_WINDOW (sc->app), sc->hpaned); #if 0 gtk_widget_show (sc->description); |