changeset 21538fec60da in /home/hg/repos/gajim
author: Yann Leboulanger <[email protected]>
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=21538fec60da
description: fix indentation
diffstat:
src/disco.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2c13e594b09a -r 21538fec60da src/disco.py
--- a/src/disco.py Sun Feb 15 21:27:10 2015 +0100
+++ b/src/disco.py Sun Feb 15 21:28:00 2015 +0100
@@ -960,7 +960,7 @@
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())
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits