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/test-mail.c | |
parent | 3b60a3985590ec48406d99a788d96cb3e43c1d64 (diff) | |
download | gsoc2013-evolution-e7fa8245ccf248c858c304795138b4efd73e103e.tar.gz 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/test-mail.c')
-rw-r--r-- | mail/test-mail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/test-mail.c b/mail/test-mail.c index c62df3ac3e..917f2a2a2a 100644 --- a/mail/test-mail.c +++ b/mail/test-mail.c @@ -24,12 +24,12 @@ create_container (void) gtk_widget_set_default_colormap (gdk_rgb_get_cmap ()); gtk_widget_set_default_visual (gdk_rgb_get_visual ()); - window = bonobo_win_new ("Test", "test"); + window = bonobo_window_new ("Test", "test"); gtk_widget_set_usize (GTK_WIDGET (window), 640, 480); gtk_widget_show (GTK_WIDGET (window)); container = bonobo_ui_container_new (); - bonobo_ui_container_set_win (BONOBO_WIN (window), container); + bonobo_ui_container_set_win (BONOBO_WINDOW (window), container); control = bonobo_widget_new_control ( "OAFIID:control:evolution-mail:833d5a71-a201-4a0e-b7e6-5475c5c4cb45", |