]> git.0d.be Git - empathy.git/commitdiff
compare_separator_and_groups: fix check if a is a bottom group
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 31 Mar 2010 09:03:40 +0000 (11:03 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 31 Mar 2010 09:03:40 +0000 (11:03 +0200)
libempathy-gtk/empathy-contact-list-store.c

index 4ff13827910462f01fe119ff02b5214fd09bd294..dbcb9c81b85dc0756147d6a697a165c838790b07 100644 (file)
@@ -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);