make blocking search constraints change after successful searching optional

it's still enabled by default though.
This commit is contained in:
Andrzej Rybczak
2009-03-03 21:13:02 +01:00
parent 339bbb4925
commit 73f7980019
5 changed files with 17 additions and 6 deletions

View File

@@ -159,6 +159,7 @@ struct ncmpcpp_config
bool clock_display_seconds;
bool ignore_leading_the;
bool stop_after_current_song;
bool block_search_constraints_change;
int mpd_port;
int mpd_connection_timeout;