Do not start prompt with the current search constraint when applying a new one
This commit is contained in:
1
NEWS
1
NEWS
@@ -3,6 +3,7 @@ ncmpcpp-0.8.1 (????-??-??)
|
|||||||
* Using '--quiet' command line argument no longer results in a crash.
|
* Using '--quiet' command line argument no longer results in a crash.
|
||||||
* If songs in media library have no track numbers, sort them by their display format.
|
* If songs in media library have no track numbers, sort them by their display format.
|
||||||
* Fixed a situation in which songs added to playlist from media library or playlist editor screens would not be immediately marked as such.
|
* Fixed a situation in which songs added to playlist from media library or playlist editor screens would not be immediately marked as such.
|
||||||
|
* Do not start prompt with the current search constraint when applying a new one.
|
||||||
|
|
||||||
ncmpcpp-0.8 (2017-05-21)
|
ncmpcpp-0.8 (2017-05-21)
|
||||||
* Configuration variable 'execute_on_player_state_change' was added.
|
* Configuration variable 'execute_on_player_state_change' was added.
|
||||||
|
|||||||
@@ -3020,7 +3020,7 @@ void findItem(const SearchDirection direction)
|
|||||||
assert(w != nullptr);
|
assert(w != nullptr);
|
||||||
assert(w->allowsSearching());
|
assert(w->allowsSearching());
|
||||||
|
|
||||||
std::string constraint = w->searchConstraint();
|
std::string constraint;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
ScopedValue<bool> disabled_autocenter_mode(Config.autocenter_mode, false);
|
ScopedValue<bool> disabled_autocenter_mode(Config.autocenter_mode, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user