From b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 11 May 2011 11:57:13 +0200 Subject: theme-adium: remove unread marks when sending a message --- libempathy-gtk/empathy-theme-adium.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy-gtk/empathy-theme-adium.c') 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) { -- cgit v1.2.3