mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Try it with a parent.
This commit is contained in:
@@ -620,7 +620,7 @@ TomahawkWindow::checkForUpdates()
|
||||
void
|
||||
TomahawkWindow::onSearch()
|
||||
{
|
||||
ViewManager::instance()->show( new SearchWidget( m_searchWidget->searchEdit->text() ) );
|
||||
ViewManager::instance()->show( new SearchWidget( m_searchWidget->searchEdit->text(), this ) );
|
||||
m_searchWidget->searchEdit->setText( QString() );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user