diff options
-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) { |