diff options
author | Pierre Rossi <pierre.rossi@gmail.com> | 2010-11-17 14:24:15 +0100 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@gmail.com> | 2010-11-17 14:26:37 +0100 |
commit | 9e233aabd0cd92fa58057fcad88c0fdc86dce776 (patch) | |
tree | be2408faa197ec8df9c723c68c2c1790dd24737e /src | |
parent | Merge branch 'clearButton' (diff) | |
download | rekonq-9e233aabd0cd92fa58057fcad88c0fdc86dce776.tar.xz |
Revert "Add a Clear Button to URL bar to clear it"
This reverts the controversial commit
49060cbec9ac93f0993fa315e2939516a398d349 for the "clear url bar"
feature. reverted after discussion with Rohan on IRC.
Diffstat (limited to 'src')
-rw-r--r-- | src/urlbar/urlbar.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index e108ed2f..1f4a0367 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -100,8 +100,6 @@ UrlBar::UrlBar(QWidget *parent) // disable completion object (we have our own :) ) setCompletionObject(0); - setClearButtonShown(true); - _tab = qobject_cast<WebTab *>(parent); connect(_tab, SIGNAL(loadProgressing()), this, SLOT(update())); |