a correction in a comment
This commit is contained in:
parent
eb97d09187
commit
692c15e9a6
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ class Interface:
|
||||||
' \"%s\" ( %s )' % (array[3], array[2]), array[4], account)
|
' \"%s\" ( %s )' % (array[3], array[2]), array[4], account)
|
||||||
|
|
||||||
def handle_event_msgsent(self, account, array):
|
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'):
|
if gajim.config.get_per('soundevents', 'message_sent', 'enabled'):
|
||||||
self.play_sound('message_sent')
|
self.play_sound('message_sent')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue