diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2010-05-22 08:34:57 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2010-05-22 08:34:57 +0200 |
commit | 9655db5745914b95bc60c791e9a9faaab5074ed8 (patch) | |
tree | e24df7a4eb1fb99196ceb2480c47c1b1373480dc /src/urlbar | |
parent | show url on file:// && ftp:// schemes (diff) | |
download | rekonq-9655db5745914b95bc60c791e9a9faaab5074ed8.tar.xz |
select the correct engine in the engine bar when a webshortcut is typed
Diffstat (limited to 'src/urlbar')
-rw-r--r-- | src/urlbar/listitem.cpp | 2 |
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); |