From 9e233aabd0cd92fa58057fcad88c0fdc86dce776 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 17 Nov 2010 14:24:15 +0100 Subject: 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. --- src/urlbar/urlbar.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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(parent); connect(_tab, SIGNAL(loadProgressing()), this, SLOT(update())); -- cgit v1.2.1