real fix for bug 2252
This commit is contained in:
@@ -221,6 +221,7 @@ void Browser::SpacePressed()
|
||||
}
|
||||
Mpd->CommitCommandsList();
|
||||
w->BoldOption(w->Choice(), 0);
|
||||
Playlist::BlockUpdate = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -418,6 +418,7 @@ void MediaLibrary::AddToPlaylist(bool add_n_play)
|
||||
}
|
||||
Mpd->CommitCommandsList();
|
||||
Songs->BoldOption(Songs->Choice(), 0);
|
||||
Playlist::BlockUpdate = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
@@ -248,6 +248,7 @@ void PlaylistEditor::AddToPlaylist(bool add_n_play)
|
||||
}
|
||||
Mpd->CommitCommandsList();
|
||||
Content->BoldOption(Content->Choice(), 0);
|
||||
Playlist::BlockUpdate = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
@@ -281,6 +281,7 @@ void SearchEngine::SpacePressed()
|
||||
}
|
||||
Mpd->CommitCommandsList();
|
||||
w->BoldOption(w->Choice(), 0);
|
||||
Playlist::BlockUpdate = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user