[empathy: 21/22] adium: set has_unread_message to FALSE when we think we've cleared them all



commit 9e1914959b7e26e82ca4042ad5f7f042cb5a34a2
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Tue May 17 09:33:47 2011 +0100

    adium: set has_unread_message to FALSE when we think we've cleared them all
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 libempathy-gtk/empathy-theme-adium.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index 095d205..b62b017 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;
 	}
 }
 



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