tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index ee5d726..d5179e0 100644 (file)
@@ -304,6 +304,9 @@ right:
             if (typeof(usage[par]) == 'undefined') {
                 usage[par] = [];
             }
+            
+            verifyUsage(par,cls);
+            
             usage[par].pushUnique(cls);
             if (typeof(tops[cls]) == 'undefined') {
                 tops[cls] = [];