1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-14 18:35:16 +01:00

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

View File

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