From 6d82ae0c4d412f27ac85b47d3f2e5bc2d58f4d26 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 11 Aug 2011 15:48:21 +0200 Subject: [PATCH] * Don't try to resolve search queries when appending them to the SearchWidget's TrackModel. --- src/libtomahawk/widgets/searchwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/widgets/searchwidget.cpp b/src/libtomahawk/widgets/searchwidget.cpp index 8373be998..5b253c83a 100644 --- a/src/libtomahawk/widgets/searchwidget.cpp +++ b/src/libtomahawk/widgets/searchwidget.cpp @@ -94,6 +94,7 @@ SearchWidget::onResultsFound( const QList& results ) rl << result; Tomahawk::query_ptr q = result->toQuery(); + q->setResolveFinished( true ); q->addResults( rl ); qDebug() << result->toString();