Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwebtoolbar.py2
1 files changed, 2 insertions, 0 deletions
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)