Work with both current and 0.15 bonobo

* folder-browser-factory.c (control_activate): Work with both
	current and 0.15 bonobo

svn path=/trunk/; revision=4054
This commit is contained in:
Dan Winship
2000-07-10 21:23:35 +00:00
parent 2fc2feb62e
commit 642c7db8af
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2000-07-10 Dan Winship <danw@helixcode.com>
* folder-browser-factory.c (control_activate): Work with both
current and 0.15 bonobo
* kill more debugging messages
* mail-ops.c (real_fetch_mail): Don't multiply free dest_url.

View File

@ -68,8 +68,11 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih,
threaded_view);
bonobo_ui_handler_menu_set_callback (uih, "/View/Threaded",
message_list_toggle_threads,
FOLDER_BROWSER (folder_browser)->message_list,
NULL);
FOLDER_BROWSER (folder_browser)->message_list
#ifdef BONOBO_POST_0_15
, NULL
#endif
);
bonobo_ui_handler_menu_new_item (uih, "/Actions/Expunge", N_("_Expunge"),
NULL, -1,