summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2010-04-15 18:36:07 +0200
committerlionelc <lionelc@lionelc.(none)>2010-04-15 18:36:07 +0200
commitee9fc135d6ee214e999aebebb59459fce9147b38 (patch)
tree0974172232b487ea996b33cd1b9bef99e297d12f /src/urlbar/urlbar.cpp
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-ee9fc135d6ee214e999aebebb59459fce9147b38.tar.xz
introduce search listitem
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 051277e2..4abd4622 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -216,7 +216,7 @@ void UrlBar::suggestUrls(const QString &text)
if(list.count() > 0)
{
_box->clear();
- _box->insertSearchList(list);
+ _box->insertSearchList(list, text);
_box->popup();
}
}