Merge branch '0.6.x'

This commit is contained in:
Andrzej Rybczak
2015-05-02 21:31:26 +02:00
9 changed files with 39 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ struct Configuration
: playlist_disable_highlight_delay(0), visualizer_sync_interval(0)
{ }
bool read(const std::vector<std::string> &config_paths);
bool read(const std::vector<std::string> &config_paths, bool ignore_errors);
std::string ncmpcpp_directory;
std::string lyrics_directory;