diff --git a/resources/graphics/icons/mini-kfaenza/web-adblock.png b/resources/graphics/icons/mini-kfaenza/web-adblock.png new file mode 100644 index 000000000..b18972d03 Binary files /dev/null and b/resources/graphics/icons/mini-kfaenza/web-adblock.png differ diff --git a/src/gui/locationlineedit.cpp b/src/gui/locationlineedit.cpp index ffa9311bc..a83f184d9 100755 --- a/src/gui/locationlineedit.cpp +++ b/src/gui/locationlineedit.cpp @@ -25,6 +25,7 @@ LocationLineEdit::LocationLineEdit(QWidget *parent) : BaseLineEdit(parent), m_mouseSelectsAllText(true), m_googleSuggest(new GoogleSuggest(this)) { setPlaceholderText(tr("Website address goes here")); + connect(this, SIGNAL(submitted(QString)), m_googleSuggest, SLOT(preventSuggest())); } LocationLineEdit::~LocationLineEdit() {