Ticket #3476: 0001-fixed-wrong-text-in-the-url-entry-for-new-tab-issue-.patch

File 0001-fixed-wrong-text-in-the-url-entry-for-new-tab-issue-.patch, 855 bytes (added by callkalpa, 12 years ago)
  • webtoolbar.py

    From 842daaa85bfbad16f0cce4de467c03be701662ee Mon Sep 17 00:00:00 2001
    From: Kalpa Welivitigoda <callkalpa@gmail.com>
    Date: Tue, 24 Apr 2012 21:06:00 +0530
    Subject: [PATCH] fixed wrong text in the url entry for new tab issue: SL#3476
    
    ---
     webtoolbar.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/webtoolbar.py b/webtoolbar.py
    index 654f720..1f43bb0 100644
    a b class PrimaryToolbar(ToolbarBase): 
    330330        if self._browser.props.title:
    331331            self._set_title(self._browser.props.title)
    332332        else:
    333             self._set_title(_('Untitled'))
     333            self._set_title(_(''))
    334334        self._set_address(self._browser.props.uri)
    335335        self._set_progress(self._browser.props.progress)
    336336        self._set_status(self._browser.props.load_status)