actions: rename askYesNoQuestion to confirmAction and make it throw on 'n'

This commit is contained in:
Andrzej Rybczak
2014-10-31 21:52:26 +01:00
parent a8b46a8e47
commit e6859c097b
5 changed files with 85 additions and 132 deletions

View File

@@ -72,7 +72,6 @@ void Playlist::switchTo()
{
SwitchTo::execute(this);
m_scroll_begin = 0;
EnableHighlighting();
drawHeader();
}