[folks] core: Remove a couple of FIXMEs for a Vala bug



commit 8b1a717c6d66cb7b60ea82d906fae9646bb90b19
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Feb 6 12:16:45 2015 +0000

    core: Remove a couple of FIXMEs for a Vala bug
    
    The bug, https://bugzilla.gnome.org/show_bug.cgi?id=638208, is now
    fixed, so we can remove the FIXMEs. Can’t change the code because ‘var’
    is always owned, and Vala now throws a warning when copying classes
    around, which is expected.

 folks/individual-aggregator.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala
index 93fa0bd..f2c253f 100644
--- a/folks/individual-aggregator.vala
+++ b/folks/individual-aggregator.vala
@@ -1286,7 +1286,6 @@ public class Folks.IndividualAggregator : Object
                    * prop_name ends up as NULL. bgo#628336 */
                   unowned string prop_name = foo;
 
-                  /* FIXME: can't be var because of bgo#638208 */
                   unowned ObjectClass pclass = persona.get_class ();
                   if (pclass.find_property (prop_name) == null)
                     {
@@ -1560,7 +1559,6 @@ public class Folks.IndividualAggregator : Object
 
               debug ("        %s", prop_name);
 
-              /* FIXME: can't be var because of bgo#638208 */
               unowned ObjectClass pclass = persona.get_class ();
               if (pclass.find_property (prop_name) == null)
                 {


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