a correction in a comment

This commit is contained in:
Nikos Kouremenos 2005-07-20 11:39:01 +00:00
parent eb97d09187
commit 692c15e9a6
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ class Interface:
' \"%s\" ( %s )' % (array[3], array[2]), array[4], account)
def handle_event_msgsent(self, account, array):
#('MSG', account, (jid, msg, keyID))
#('MSGSENT', account, (jid, msg, keyID))
if gajim.config.get_per('soundevents', 'message_sent', 'enabled'):
self.play_sound('message_sent')