From b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 2 Jan 2009 01:43:00 +0000 Subject: woops... fix the header and bump the plugin API git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19636 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 5e02d33a95..3efd31ccc9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -210,6 +210,7 @@ static const struct plugin_api rockbox_api = { lcd_remote_bitmap, #endif viewport_set_defaults, + viewportmanager_set_statusbar, /* list */ gui_synclist_init, @@ -621,7 +622,6 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ - viewportmanager_set_statusbar, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.2.3