summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@gmail.com>2010-11-17 14:24:15 +0100
committerPierre Rossi <pierre.rossi@gmail.com>2010-11-17 14:26:37 +0100
commit9e233aabd0cd92fa58057fcad88c0fdc86dce776 (patch)
treebe2408faa197ec8df9c723c68c2c1790dd24737e
parentMerge branch 'clearButton' (diff)
downloadrekonq-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.
-rw-r--r--src/urlbar/urlbar.cpp2
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()));