1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-04 13:17:34 +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 void
TomahawkWindow::onSearch() 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() ); m_searchWidget->searchEdit->setText( QString() );
} }