From bda16efa47ea140635cba97d06c743e708fa89f0 Mon Sep 17 00:00:00 2001 From: Eben Eliason Date: Wed, 18 Jun 2008 00:01:26 +0000 Subject: Update page title when a new URI is loaded --- (limited to 'webtoolbar.py') diff --git a/webtoolbar.py b/webtoolbar.py index b79cfc6..3cfbba3 100755 --- a/webtoolbar.py +++ b/webtoolbar.py @@ -79,6 +79,8 @@ class WebEntry(AddressEntry): def _set_title(self, title): self._title = title + if title is not None and not self.props.has_focus: + self._set_text(title) title = gobject.property(type=str, setter=_set_title) -- cgit v0.9.1