coding standards

This commit is contained in:
Yann Leboulanger 2010-01-26 15:41:13 +01:00
parent 3578204869
commit 7923ff54c1
1 changed files with 4 additions and 5 deletions

View File

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