switch from selected items adder to old screen if db was updated
commit5f6f915a3a2f5739717bdda62c432cf9b484b11e
authorAndrzej Rybczak <electricityispower@gmail.com>
Fri, 18 Dec 2009 23:20:13 +0000 (19 00:20 +0100)
committerAndrzej Rybczak <electricityispower@gmail.com>
Fri, 18 Dec 2009 23:27:00 +0000 (19 00:27 +0100)
treef94d59dbf828656576b6656c9144b73c84096288
parent055cf43af3a5a3911c94c5076bc60adea1836b51
switch from selected items adder to old screen if db was updated

not doing so inctroduces a very obscure bug: db update forces modification
of browser, media library etc by clearing them and letting theirs Update()
function populate them. but since selected items adder is active at the
moment, this function is never called and we end up trying to add songs
from screen that is empty, which in most cases leads to an out_of_range
exception being thrown.
src/status.cpp