clear filters when empty string is passed to applyFilter
commit786ffe9182d1ab3346875248e58feca3223a649e
authorAndrzej Rybczak <electricityispower@gmail.com>
Sun, 28 Apr 2013 21:25:08 +0000 (28 23:25 +0200)
committerAndrzej Rybczak <electricityispower@gmail.com>
Sun, 28 Apr 2013 21:25:08 +0000 (28 23:25 +0200)
tree49f764d957e1c8e9105dd6bb4da9af3dfd266739
parentd0b0f1f57c8c61f91b55adb8afe82e423a806bf3
clear filters when empty string is passed to applyFilter

boost::regex doesn't like empty strings in literal mode and throws exceptions.
src/browser.cpp
src/media_library.cpp
src/playlist.cpp
src/playlist_editor.cpp
src/search_engine.cpp
src/tag_editor.cpp