aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-theme-adium.c2
1 files changed, 2 insertions, 0 deletions
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;
}
}