From 0d6bfe5f8d820203d65642b7d1cfaa5a97f7949c Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Tue, 22 Jan 2013 00:32:09 +0400 Subject: [PATCH] fix last commit --- src/disco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disco.py b/src/disco.py index b366547c1..67b30d645 100644 --- a/src/disco.py +++ b/src/disco.py @@ -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())