From ebefdeba1267ae8ff5ee7ecf399d2e21bea90f43 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 30 Aug 2011 07:28:57 +0000 Subject: Show the start of an url if bigger than the entry field If the url is bigger than the entry field the important information is at the beginning of the url. Epiphany or Firefox are doing the same thing. Signed-off-by: Simon Schampijer Tested-By: Gonzalo Odiard --- diff --git a/webtoolbar.py b/webtoolbar.py index b84332d..c0e097d 100644 --- a/webtoolbar.py +++ b/webtoolbar.py @@ -74,7 +74,6 @@ class WebEntry(iconentry.IconEntry): self.props.text = text finally: self.handler_unblock(self._change_hid) - self.set_position(-1) def activate(self, uri): self._set_text(uri) -- cgit v0.9.1