Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser.py b/browser.py
index b315bf6..fab8012 100644
--- a/browser.py
+++ b/browser.py
@@ -477,6 +477,10 @@ class Browser(WebKit.WebView):
# Scale text and graphics:
self.set_full_content_zoom(True)
+ # This property is used to set the title immediatly the user
+ # presses Enter on the URL Entry
+ self.loading_uri = None
+
# Reference to the global history and callbacks to handle it:
self._global_history = globalhistory.get_global_history()
self.connect('notify::load-status', self.__load_status_changed_cb)