menu: a few semantic changes

This commit is contained in:
Andrzej Rybczak
2012-08-31 11:41:22 +02:00
parent e4f4cd68c0
commit 1c46dec39f
7 changed files with 49 additions and 112 deletions

View File

@@ -49,8 +49,8 @@ void Playlist::Init()
Items->CyclicScrolling(Config.use_cyclic_scrolling);
Items->CenteredCursor(Config.centered_cursor);
Items->HighlightColor(Config.main_highlight_color);
Items->SetSelectPrefix(&Config.selected_item_prefix);
Items->SetSelectSuffix(&Config.selected_item_suffix);
Items->SetSelectPrefix(Config.selected_item_prefix);
Items->SetSelectSuffix(Config.selected_item_suffix);
if (Config.columns_in_playlist)
{
Items->setItemDisplayer(std::bind(Display::SongsInColumns, _1, _2, *this));