From 5d0188398a92d6f28fbe5a7aa22f43b3e2edfe21 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 24 Sep 2012 20:40:34 +0000 Subject: Display only the URL in the URL entry SL #3553 The Title of the current page is no longer shown in the URL entry. Now, it's only shown in the tab and the current URL is visible all the time in the URL entry. Signed-off-by: Manuel Kaufmann Acked-by: Manuel QuiƱones --- (limited to 'browser.py') 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) -- cgit v0.9.1