fix last commit

This commit is contained in:
Denis Fomin 2013-01-22 00:32:09 +04:00
parent 0156f8ba4a
commit 0d6bfe5f8d
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ class AgentBrowser:
""" """
Set the initial window title based on agent address Set the initial window title based on agent address
""" """
self.window.get_window().set_title(_('Browsing %(address)s using account ' self.window.window.set_title(_('Browsing %(address)s using account '
'%(account)s') % {'address': self._get_agent_address(), '%(account)s') % {'address': self._get_agent_address(),
'account': self.account}) 'account': self.account})
self.window._set_window_banner_text(self._get_agent_address()) self.window._set_window_banner_text(self._get_agent_address())