From 9e1914959b7e26e82ca4042ad5f7f042cb5a34a2 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 17 May 2011 09:33:47 +0100 Subject: adium: set has_unread_message to FALSE when we think we've cleared them all Signed-off-by: Jonny Lamb --- libempathy-gtk/empathy-theme-adium.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 095d2058e..b62b017c9 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -1009,6 +1009,8 @@ theme_adium_focus_toggled (EmpathyChatView *view, theme_adium_remove_acked_message_unread_mark_foreach, view); g_queue_clear (&priv->acked_messages); + + priv->has_unread_message = FALSE; } } -- cgit v1.2.3