diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-11 17:57:13 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-11 18:16:26 +0800 |
commit | b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d (patch) | |
tree | 926da22865a423f7b167bc9a96b7fc9f121737f3 /libempathy-gtk | |
parent | ca3669ada0014c82b11a89921a4c38dee9296f13 (diff) | |
download | gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.tar gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.tar.gz gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.tar.bz2 gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.tar.lz gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.tar.xz gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.tar.zst gsoc2013-empathy-b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d.zip |
theme-adium: remove unread marks when sending a message
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index efc945a5c..8c3aec8a0 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -769,6 +769,9 @@ theme_adium_append_message (EmpathyChatView *view, /* content */ html = consecutive ? priv->data->out_nextcontent_html : priv->data->out_content_html; } + + /* remove all the unread marks when we are sending a message */ + theme_adium_remove_focus_marks (theme); } else { /* in */ if (is_backlog) { |