changeset 17038c2a00de in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=17038c2a00de
description: fix indentation

diffstat:

 src/disco.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ef180b2c1dc -r 17038c2a00de 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
@@ -954,7 +954,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

Reply via email to