fix indentation

This commit is contained in:
Yann Leboulanger 2008-11-20 15:47:20 +00:00
parent 8bde5748f9
commit 7e14a4dd31
1 changed files with 11 additions and 13 deletions

View File

@ -1804,8 +1804,7 @@ class ChatControl(ChatControlBase):
composing_xep = composing_xep,
process_command = process_command, xhtml = xhtml)
if id:
# XXX: Once we have fallback to disco, remove
# notexistant check
# XXX: Once we have fallback to disco, remove notexistant check
if gajim.capscache.is_supported(contact, NS_RECEIPTS) \
and not gajim.capscache.is_supported(contact,
'notexistant') and gajim.config.get_per('accounts',
@ -2416,8 +2415,7 @@ class ChatControl(ChatControlBase):
want_e2e = not e2e_is_active and not self.gpg_is_active \
and e2e_pref
# XXX: Once we have fallback to disco, remove
# notexistant check
# XXX: Once we have fallback to disco, remove notexistant check
if want_e2e and not self.no_autonegotiation \
and gajim.HAVE_PYCRYPTO \
and gajim.capscache.is_supported(self.contact,