[empathy] theme-adium: remove unread marks when sending a message



commit b850f8c1c6106ac50b26e090c11bd1c7ae8c0f9d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed May 11 11:57:13 2011 +0200

    theme-adium: remove unread marks when sending a message

 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 efc945a..8c3aec8 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]