From f1034e00f6196c810466da66a9a24bf2e5f61272 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 5 Jul 2009 18:07:58 +0000 Subject: FS#10406 - split the statusbar setting into one for each display, and allow the bar to be at the top or bottom of the display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21665 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 ff80776f7e..d6a5d067ce 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -468,6 +468,7 @@ static const struct plugin_api rockbox_api = { playlist_remove_all_tracks, playlist_create, playlist_insert_track, + playlist_insert_directory, playlist_shuffle, PREFIX(audio_play), audio_stop, @@ -658,7 +659,6 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ - playlist_insert_directory, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.2.3