diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-01-02 01:43:00 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-01-02 01:43:00 +0000 |
| commit | b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543 (patch) | |
| tree | e005981304fd2716fe5cfbf345bb43b5a2609e1b /apps/plugin.c | |
| parent | 9296126417be3be3de2f9a8300eb35a042790c74 (diff) | |
| download | rockbox-b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543.zip rockbox-b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543.tar.gz rockbox-b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543.tar.bz2 rockbox-b86f2d05fcfdeda187a1b1b33f1a05fbdaa5d543.tar.xz | |
woops... fix the header and bump the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 5e02d33..3efd31c 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) |