From fd3fe45bc14a0a540f2525102551c92a64a73b76 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Tue, 9 Oct 2007 20:42:20 +0000 Subject: FS#7487 - mpegplayer - video start time seek with resume by John S. Gwynne & Brian J. Morey This should stop the patch from breaking again and give them opportunity to improve it further. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15052 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index d5f70be043..7981c36b92 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -518,6 +518,8 @@ static const struct plugin_api rockbox_api = { talk_disable_menus, talk_enable_menus, + button_available, + }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.2.3