src/Palete/Roo.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 12:19:07 +0000 (20:19 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 12:19:07 +0000 (20:19 +0800)
src/Palete/Roo.vala

index e88f321..5a09b90 100644 (file)
@@ -323,11 +323,11 @@ namespace Palete {
                                        continue;
                                }
                                // got to the last element..
-                                
+                               print("Got last element\n");
                                if (curtype == "") { // should not happen.. we would have returned already..
                                        return ret;
                                }
-                               
+                               print("Got last element type %s\n",curtype);
                                if (!cur_instance) {
                                        // it's a static reference..
                                        var citer = this.classes.map_iterator();