[folks] Fixed problem with saving results in get_all_potential_matches



commit c45433adc6bd228bac67f01d868c0b2c0073c1ff
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date:   Sat Apr 9 17:30:47 2011 +0100

    Fixed problem with saving results in get_all_potential_matches

 folks/individual-aggregator.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 96fb424..75ad1b1 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -292,7 +292,7 @@ public class Folks.IndividualAggregator : Object
               if (result >= min_threshold)
                 {
                   matches_a.set (b, result);
-                  matches_b.set (b, result);
+                  matches_b.set (a, result);
                 }
             }
         }



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