diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-21 21:22:05 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-21 21:22:05 +0800 |
commit | 24c2b8d45b439d7c9ec12ebed713523d770753ad (patch) | |
tree | 8867584130ce697a8986ce922b036b64696368fe /mail | |
parent | 975b6ef8bcaa27300db012f2569562a9f4dc11b3 (diff) | |
download | gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.tar gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.tar.gz gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.tar.bz2 gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.tar.lz gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.tar.xz gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.tar.zst gsoc2013-evolution-24c2b8d45b439d7c9ec12ebed713523d770753ad.zip |
launch the good component
svn path=/trunk/; revision=2130
Diffstat (limited to 'mail')
-rw-r--r-- | mail/test-mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/test-mail.c b/mail/test-mail.c index 3d5174bdfa..94102da1d3 100644 --- a/mail/test-mail.c +++ b/mail/test-mail.c @@ -26,7 +26,7 @@ create_container (void) gtk_widget_show (GTK_WIDGET (window)); uih = bonobo_ui_handler_new (); - control = bonobo_widget_new_control ("GOADID:Evolution:FolderBrowser:1.0", + control = bonobo_widget_new_control ("control:evolution-mail", bonobo_object_corba_objref (BONOBO_OBJECT (uih))); |