fix indentation

This commit is contained in:
Yann Leboulanger 2015-02-15 21:28:00 +01:00
parent 0521df8edb
commit e504fc2001
1 changed files with 1 additions and 1 deletions

View File

@ -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())