diff --git a/src/disco.py b/src/disco.py index 47b5a3e9c..94e6df636 100644 --- a/src/disco.py +++ b/src/disco.py @@ -960,7 +960,7 @@ class AgentBrowser: name = identities[0]['name'] if name: - self.window._set_window_banner_text(self._get_agent_address(), name) + self.window._set_window_banner_text(self._get_agent_address(), name) # Add an icon to the banner. pix = self.cache.get_icon(identities, addr=self._get_agent_address())