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:
@ -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.
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user