Ticket #3581: 0001-Show-the-correct-window-title-SL-3581.patch

File 0001-Show-the-correct-window-title-SL-3581.patch, 895 bytes (added by humitos, 12 years ago)
  • webtoolbar.py

    From 63ab57c0cd0213669f20afd4ffa4f9b55467ee9a Mon Sep 17 00:00:00 2001
    Message-Id: <63ab57c0cd0213669f20afd4ffa4f9b55467ee9a.1338513631.git.humitos@gmail.com>
    From: Manuel Kaufmann <humitos@gmail.com>
    Date: Thu, 31 May 2012 22:19:47 -0300
    Subject: [PATCH Browse] Show the correct window title SL #3581
    
    Set the title every time that the page title changes.
    
    Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
    ---
     webtoolbar.py |    1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/webtoolbar.py b/webtoolbar.py
    index 99c5fd6..3611d4c 100644
    a b class PrimaryToolbar(ToolbarBase): 
    425425
    426426    def _title_changed_cb(self, widget, param):
    427427        self._set_title(widget.get_title())
     428        self._activity.set_title(widget.get_title())
    428429
    429430    def __uri_changed_cb(self, widget, param):
    430431        self._set_address(widget.get_uri())