Always show address, not name, in disco window title

This commit is contained in:
shteef 2005-10-30 15:05:42 +00:00
parent fc2d4fa47f
commit 184782baa5
1 changed files with 0 additions and 1 deletions

View File

@ -681,7 +681,6 @@ class AgentBrowser:
# Set the banner and window title
if identities[0].has_key('name'):
name = identities[0]['name']
self.window.window.set_title(_('Browsing %s') % name)
self.window.banner.set_markup('<span weight="heavy" size="large">'\
'%s</span>\n%s' % (name, self._get_agent_address()))