coding standards

This commit is contained in:
Yann Leboulanger 2010-01-26 15:41:13 +01:00
parent 3578204869
commit 7923ff54c1

View file

@ -1507,11 +1507,10 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream,
con.send(receipt) con.send(receipt)
# We got our message's receipt # We got our message's receipt
if msg.getTag('received', namespace=common.xmpp.NS_RECEIPTS) \ if msg.getTag('received', namespace=common.xmpp.NS_RECEIPTS) and \
and session.control and gajim.config.get_per('accounts', session.control and gajim.config.get_per('accounts', self.name,
self.name, 'request_receipt'): 'request_receipt'):
session.control.conv_textview.hide_xep0184_warning( session.control.conv_textview.hide_xep0184_warning(msg.getID())
msg.getID())
if encTag and self.USE_GPG: if encTag and self.USE_GPG:
encmsg = encTag.getData() encmsg = encTag.getData()