fix XEP-0184 GUI implementation. Fixes #6837

This commit is contained in:
Yann Leboulanger 2011-03-18 08:51:12 +01:00
parent b865763f31
commit 2d5b8c3123
1 changed files with 2 additions and 1 deletions

View File

@ -1005,7 +1005,8 @@ class ConnectionHandlersBase:
# We got our message's receipt
if obj.receipt_received_tag and obj.session.control and \
gajim.config.get_per('accounts', self.name, 'request_receipt'):
obj.session.control.conv_textview.hide_xep0184_warning(obj.id_)
obj.session.control.conv_textview.hide_xep0184_warning(
obj.receipt_received_tag.getAttr('id'))
if obj.mtype == 'error':
if not obj.msgtxt: