aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2011-05-17 16:33:47 +0800
committerJonny Lamb <jonnylamb@gnome.org>2011-05-17 16:33:47 +0800
commit9e1914959b7e26e82ca4042ad5f7f042cb5a34a2 (patch)
treeb24dd833519ee41c660a5782961dff7458fe8847 /libempathy-gtk
parentec997377c0765b3d1619120c501433799740edba (diff)
downloadgsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.tar
gsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.tar.gz
gsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.tar.bz2
gsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.tar.lz
gsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.tar.xz
gsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.tar.zst
gsoc2013-empathy-9e1914959b7e26e82ca4042ad5f7f042cb5a34a2.zip
adium: set has_unread_message to FALSE when we think we've cleared them all
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk')
-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;
}
}