From: Flavio Date: Mon, 10 Sep 2012 08:54:11 +0000 (+0200) Subject: Make sure "Refine Search" is disabled after leaving the MediaView X-Git-Tag: 1.9~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=da67d8426bc27232ea6a8b16ef6a17556f3af36a;p=minitube Make sure "Refine Search" is disabled after leaving the MediaView --- diff --git a/src/MediaView.cpp b/src/MediaView.cpp index 50736ae..204f956 100644 --- a/src/MediaView.cpp +++ b/src/MediaView.cpp @@ -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) {