don't play sound twice when receiving a captcha

This commit is contained in:
Yann Leboulanger 2011-08-08 21:50:38 +02:00
parent 55d4b5d554
commit 6e24d6c04e
1 changed files with 0 additions and 1 deletions

View File

@ -972,7 +972,6 @@ class GroupchatControl(ChatControlBase):
self.parent_win.redraw_tab(self, 'attention')
else:
self.attention_flag = True
helpers.play_sound('muc_message_received')
if '100' in obj.status_code:
# Room is not anonymous
self.is_anonymous = False