src/Palete/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 03:54:35 +0000 (11:54 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 03:54:35 +0000 (11:54 +0800)
src/Palete/Gtk.vala

index 4d5e108..bbd1498 100644 (file)
@@ -354,7 +354,7 @@ namespace Palete {
                                var is_last = i == parts.length -1;
                                
                                // look up all the properties of the type...
-                               var cls = this.getClass(curtype);
+                               var cls = Gir.factoryFqn(curtype);
                                if (cls == null && curtype[0] != '*') {
                                        print("could not get class of curtype %s\n", curtype);
                                        return ret;