]> git.0d.be Git - empathy.git/commit
chat_window_new_message_cb: early return when handling outgoing msg
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 3 Sep 2012 12:49:46 +0000 (14:49 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 3 Sep 2012 12:49:46 +0000 (14:49 +0200)
commit979f90a0425dec607d58008fc8ba8a5966179807
treeef38ae2d2fa4621a36540155366e525a23661b91
parent02ff7d33ac6453ea61c2f998710d40044b1539e9
chat_window_new_message_cb: early return when handling outgoing msg

There is no need to continue processing a message (unread count, play
incoming message sound) if it's an outgoing one.

Fix a bug where we use to play to ougoing sound *and* the incoming sound when
sending a message.
src/empathy-chat-window.c