fix last commit
This commit is contained in:
parent
0156f8ba4a
commit
0d6bfe5f8d
|
@ -869,7 +869,7 @@ class AgentBrowser:
|
|||
"""
|
||||
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': self.account})
|
||||
self.window._set_window_banner_text(self._get_agent_address())
|
||||
|
|
Loading…
Reference in New Issue