]> git.0d.be Git - empathy.git/commitdiff
adium: set has_unread_message to FALSE when we think we've cleared them all
authorJonny Lamb <jonnylamb@gnome.org>
Tue, 17 May 2011 08:33:47 +0000 (09:33 +0100)
committerJonny Lamb <jonnylamb@gnome.org>
Tue, 17 May 2011 08:33:47 +0000 (09:33 +0100)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy-gtk/empathy-theme-adium.c

index 095d2058ed4f6a9fcc8ab9dc7b9c35e494071302..b62b017c9b18f77b744ce3384f877af40abdf976 100644 (file)
@@ -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;
        }
 }