1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

* Try it with a parent.

This commit is contained in:
Christian Muehlhaeuser 2011-06-04 22:39:15 +02:00
parent 65c33e70f5
commit 2a43c7df78

View File

@ -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() );
}