summaryrefslogtreecommitdiff
path: root/dash
diff options
authorPawel Stolowski <pawel.stolowski@canonical.com>2013-08-26 11:12:16 +0200
committerPawel Stolowski <pawel.stolowski@canonical.com>2013-08-26 11:12:16 +0200
commit38cefa7d155bcc422b8bef440295d1a39fc8e05c (patch)
treef26595d59f80f12d34590e3433631318e1f688f2 /dash
parent4070250b271b4b98bcd3a67181e86c76fae26b1f (diff)
Updated for PERFORM_SEARCH change, fixed changelog.
(bzr r3472.2.5)
Diffstat (limited to 'dash')
-rw-r--r--dash/DashView.cpp2
1 files changed, 1 insertions, 1 deletions
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())