Fix playlist search - I'm looking at you, John. Fixes issue #676

This commit is contained in:
David Sansome 2010-09-02 19:17:35 +00:00
parent 9f10964796
commit 4235c0f49d
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ PlaylistContainer::PlaylistContainer(QWidget *parent)
ui_->clear->hide();
#else
filter_ = ui_->filter;
connect(ui_->filter, SIGNAL(textChanged(QString)), SLOT(UpdateFilter()));
#endif
}