changeset 24b81a4115d7 in /home/hg/repos/gajim
author: Yann Leboulanger <[email protected]>
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=24b81a4115d7
description: don't mix tabs and spaces. Fixes #7966
diffstat:
src/common/zeroconf/zeroconf_avahi.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r e4353526cdef -r 24b81a4115d7 src/common/zeroconf/zeroconf_avahi.py
--- a/src/common/zeroconf/zeroconf_avahi.py Sun Feb 15 21:14:42 2015 +0100
+++ b/src/common/zeroconf/zeroconf_avahi.py Sun Feb 15 21:15:50 2015 +0100
@@ -285,8 +285,8 @@
state = self.server.GetState()
if state == self.avahi.SERVER_RUNNING:
if self.create_service():
- self.announced = True
- return True
+ self.announced = True
+ return True
return False
def remove_announce(self):
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits