real fix for bug 2252

This commit is contained in:
Andrzej Rybczak
2009-04-14 07:50:21 +02:00
parent 97b9f15898
commit ce73ecae2e
4 changed files with 4 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ void Browser::SpacePressed()
} }
Mpd->CommitCommandsList(); Mpd->CommitCommandsList();
w->BoldOption(w->Choice(), 0); w->BoldOption(w->Choice(), 0);
Playlist::BlockUpdate = 0;
} }
else else
{ {

View File

@@ -418,6 +418,7 @@ void MediaLibrary::AddToPlaylist(bool add_n_play)
} }
Mpd->CommitCommandsList(); Mpd->CommitCommandsList();
Songs->BoldOption(Songs->Choice(), 0); Songs->BoldOption(Songs->Choice(), 0);
Playlist::BlockUpdate = 0;
} }
} }
else else

View File

@@ -248,6 +248,7 @@ void PlaylistEditor::AddToPlaylist(bool add_n_play)
} }
Mpd->CommitCommandsList(); Mpd->CommitCommandsList();
Content->BoldOption(Content->Choice(), 0); Content->BoldOption(Content->Choice(), 0);
Playlist::BlockUpdate = 0;
} }
} }
else else

View File

@@ -281,6 +281,7 @@ void SearchEngine::SpacePressed()
} }
Mpd->CommitCommandsList(); Mpd->CommitCommandsList();
w->BoldOption(w->Choice(), 0); w->BoldOption(w->Choice(), 0);
Playlist::BlockUpdate = 0;
} }
else else
{ {