diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-02 14:54:33 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-02 14:54:33 +0800 |
commit | 81381678734f744cb029e6110db5033267af5639 (patch) | |
tree | 3b05126730da91aaa5786b5f5667e196a5cf6e21 /mail/subscribe-dialog.c | |
parent | 761983a7171a50508885eede90c32c14d4fdafc3 (diff) | |
download | gsoc2013-evolution-81381678734f744cb029e6110db5033267af5639.tar.gz gsoc2013-evolution-81381678734f744cb029e6110db5033267af5639.tar.zst gsoc2013-evolution-81381678734f744cb029e6110db5033267af5639.zip |
the FolderSearch control is in a different dockitem now.
2001-07-01 Chris Toshok <toshok@ximian.com>
* subscribe-dialog.c (subscribe_dialog_gui_init): the FolderSearch
control is in a different dockitem now.
svn path=/trunk/; revision=10669
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r-- | mail/subscribe-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index 117e7cbfd0..34522e6304 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -906,7 +906,7 @@ subscribe_dialog_gui_init (SubscribeDialog *sc) gtk_widget_show_all (folder_search_widget); search_control = bonobo_control_new (folder_search_widget); - bonobo_ui_component_object_set (component, "/Toolbar/FolderSearch", + bonobo_ui_component_object_set (component, "/Searchbar/FolderSearch", bonobo_object_corba_objref (BONOBO_OBJECT (search_control)), NULL); |