From 38cefa7d155bcc422b8bef440295d1a39fc8e05c Mon Sep 17 00:00:00 2001 From: Pawel Stolowski Date: Mon, 26 Aug 2013 11:12:16 +0200 Subject: Updated for PERFORM_SEARCH change, fixed changelog. (bzr r3472.2.5) --- dash/DashView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dash') diff --git a/dash/DashView.cpp b/dash/DashView.cpp index b9fc8af55..69f1e3b3f 100644 --- a/dash/DashView.cpp +++ b/dash/DashView.cpp @@ -1316,7 +1316,7 @@ void DashView::OnResultActivatedReply(LocalResult const& local_result, ScopeHand { return; } - else if (type == DO_SEARCH) + else if (type == PERFORM_SEARCH) { auto it = hints.find("query"); if (it != hints.end()) -- cgit v1.2.3