summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-05-22 08:34:57 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-05-22 08:34:57 +0200
commit9655db5745914b95bc60c791e9a9faaab5074ed8 (patch)
treee24df7a4eb1fb99196ceb2480c47c1b1373480dc /src/urlbar/listitem.cpp
parentshow url on file:// && ftp:// schemes (diff)
downloadrekonq-9655db5745914b95bc60c791e9a9faaab5074ed8.tar.xz
select the correct engine in the engine bar when a webshortcut is typed
Diffstat (limited to 'src/urlbar/listitem.cpp')
-rw-r--r--src/urlbar/listitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp
index f91840d2..e3af638c 100644
--- a/src/urlbar/listitem.cpp
+++ b/src/urlbar/listitem.cpp
@@ -274,7 +274,7 @@ SearchListItem::SearchListItem(const UrlSearchItem &item, const QString &text, Q
m_iconLabel = new IconLabel("edit-find", this); //TODO: get the default engine icon
m_titleLabel = new TextLabel(searchItemTitle(engine->name(), query), QString(), this);
- m_engineBar = new EngineBar(currentEngine, parent);
+ m_engineBar = new EngineBar(engine, parent);
QHBoxLayout *hLayout = new QHBoxLayout;
hLayout->setSpacing(4);