diff --git a/src/disco.py b/src/disco.py index ade4442d4..697a7b934 100644 --- a/src/disco.py +++ b/src/disco.py @@ -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(''\ '%s\n%s' % (name, self._get_agent_address()))