diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |