Remove find buttons in status bar, and use Ctrl-F for both find in views and find in playqueue. Action depends upon which view has focus.

BUG: 384
This commit is contained in:
craig.p.drummond
2014-01-23 19:53:56 +00:00
parent e75bd580a8
commit 93ca63e555
16 changed files with 18 additions and 35 deletions

View File

@@ -41,7 +41,6 @@ FolderPage::FolderPage(QWidget *p)
addToPlayQueue->setDefaultAction(StdActions::self()->addToPlayQueueAction);
replacePlayQueue->setDefaultAction(StdActions::self()->replacePlayQueueAction);
libraryUpdate->setDefaultAction(StdActions::self()->refreshAction);
searchButton->setDefaultAction(StdActions::self()->searchAction);
#ifndef Q_OS_WIN
browseAction = ActionCollection::get()->createAction("openfilemanager", i18n("Open In File Manager"), "system-file-manager");
#endif