]> git.sur5r.net Git - minitube/commitdiff
Make sure "Refine Search" is disabled after leaving the MediaView
authorFlavio <flavio@odisseo.local>
Mon, 10 Sep 2012 08:54:11 +0000 (10:54 +0200)
committerFlavio <flavio@odisseo.local>
Mon, 10 Sep 2012 08:54:11 +0000 (10:54 +0200)
src/MediaView.cpp

index 50736ae3972f6a2ce83cfc1c46a7fd4877acdf30..204f956dd0dc455a347d3dbd5c34169cb7f9b74c 100644 (file)
@@ -281,7 +281,7 @@ void MediaView::stop() {
         delete downloadItem;
         downloadItem = 0;
     }
-    qDebug() << searchParams->duration();
+    The::globalActions()->value("refine-search")->setChecked(false);
 }
 
 void MediaView::activeRowChanged(int row) {