more fixes, config options, keybindings, case insensitive sorting in browser

This commit is contained in:
unknown
2008-08-19 17:14:11 +02:00
parent b43e3577f2
commit 9f12f99706
9 changed files with 205 additions and 148 deletions

View File

@@ -594,7 +594,7 @@ void GetDirectory(string dir)
{
case itPlaylist:
{
mBrowser->AddOption("[red](playlist)[/red] " + string(it->name));
mBrowser->AddOption(Config.browser_playlist_prefix + string(it->name));
break;
}
case itDirectory:
@@ -631,7 +631,7 @@ void GetDirectory(string dir)
mBrowser->Highlight(highlightme);
browsed_subdir.clear();
if (current_screen != csLibrary && current_screen == csBrowser)
if (current_screen == csBrowser)
mBrowser->Hide();
}