This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7994 - Revised interface for talk_disable(), now disables all talking, not just menu
Attached to Project:
Rockbox
Opened by Steve Bavin (pondlife) - Friday, 19 October 2007, 11:08 GMT+2
Last edited by Steve Bavin (pondlife) - Friday, 19 October 2007, 17:32 GMT+2
Opened by Steve Bavin (pondlife) - Friday, 19 October 2007, 11:08 GMT+2
Last edited by Steve Bavin (pondlife) - Friday, 19 October 2007, 17:32 GMT+2
|
DetailsThis replaces the talk_disable_menus() and talk_enable_menus() interfaces with a single talk_disable(bool disable) interface.
Disabling now affects all talking, not just menus. The talk_menus_enabled() routine has been scrapped as the temporary disabling is now handled internally to talk.c. |
This task depends upon
Closed by Steve Bavin (pondlife)
Friday, 19 October 2007, 17:32 GMT+2
Reason for closing: Accepted
Additional comments about closing: Worth committing for the API simplification, I reckon.
Friday, 19 October 2007, 17:32 GMT+2
Reason for closing: Accepted
Additional comments about closing: Worth committing for the API simplification, I reckon.
FS#7939too.