From kde-commits Mon May 31 23:27:03 2010 From: megabigbug Date: Mon, 31 May 2010 23:27:03 +0000 To: kde-commits Subject: [Rekonq] [BAD EMAIL] 9655db5: select the correct engine in the engine Message-Id: <201005312327.o4VNR3o7021484 () kore ! kollide ! net> X-MARC-Message: https://marc.info/?l=kde-commits&m=127534888710622 commit 9655db5745914b95bc60c791e9a9faaab5074ed8 Author: megabigbug Date: Sat May 22 08:34:57 2010 +0200 select the correct engine in the engine bar when a webshortcut is typed diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp index f91840d..e3af638 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);