diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2007-10-03 16:17:36 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2007-10-03 16:17:36 +0000 |
| commit | 5a78a06073a9c2b9803af89a57ca129990c873d3 (patch) | |
| tree | 0eb6a8c61a88985f0176c62906d2af2cab5ef8d1 /apps/plugin.c | |
| parent | 3dd25e85590f14a94d455e2e715c8df4766499f3 (diff) | |
| download | rockbox-5a78a06073a9c2b9803af89a57ca129990c873d3.zip rockbox-5a78a06073a9c2b9803af89a57ca129990c873d3.tar.gz rockbox-5a78a06073a9c2b9803af89a57ca129990c873d3.tar.bz2 rockbox-5a78a06073a9c2b9803af89a57ca129990c873d3.tar.xz | |
Just temporarily disable talk menus, in case the player is reset whilst in mpegplayer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index f0b86c0..246df99 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -34,6 +34,7 @@ #include "splash.h" #include "logf.h" #include "option_select.h" +#include "talk.h" #if CONFIG_CHARGING #include "power.h" @@ -514,6 +515,9 @@ static const struct plugin_api rockbox_api = { flush_icache, invalidate_icache, #endif + talk_disable_menus, + talk_enable_menus, + }; int plugin_load(const char* plugin, void* parameter) |