[empathy] compare_separator_and_groups: fix check if a is a bottom group



commit 19efaa3785a92464fe4057fef0a840917d67f395
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Mar 31 11:03:40 2010 +0200

    compare_separator_and_groups: fix check if a is a bottom group

 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 4ff1382..dbcb9c8 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]