From e504fc20012e5de080eb03c45e3b55f5fba87b54 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 15 Feb 2015 21:28:00 +0100 Subject: [PATCH] fix indentation --- src/disco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())