From 19efaa3785a92464fe4057fef0a840917d67f395 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 31 Mar 2010 11:03:40 +0200 Subject: compare_separator_and_groups: fix check if a is a bottom group --- libempathy-gtk/empathy-contact-list-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c index 4ff138279..dbcb9c81b 100644 --- a/libempathy-gtk/empathy-contact-list-store.c +++ b/libempathy-gtk/empathy-contact-list-store.c @@ -1578,7 +1578,7 @@ compare_separator_and_groups (gboolean is_separator_a, tp_strv_contains (top_groups, name_a); b_in_top = fake_group_b && tp_strv_contains (top_groups, name_b); - a_in_bottom = fake_group_b && + a_in_bottom = fake_group_a && tp_strv_contains (bottom_groups, name_a); b_in_bottom = fake_group_b && tp_strv_contains (bottom_groups, name_b); -- cgit v1.2.3