Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2011-08-30 07:28:57 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-08-30 15:56:21 (GMT)
commitebefdeba1267ae8ff5ee7ecf399d2e21bea90f43 (patch)
tree9162ffe97ebb8186001a5775c8df00c6a281598c
parent9669bbb47b49a24deabbdc72d6fbab014a1d946f (diff)
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 <simon@laptop.org> Tested-By: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--webtoolbar.py1
1 files changed, 0 insertions, 1 deletions
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)