Fix #5829 - Messing around with flutter API
[roobuilder] / src / Palete / Gtk.vala
index 72409a7..a2f4941 100644 (file)
@@ -543,7 +543,15 @@ namespace Palete {
                        
                        return ret;
                }
-       
+               
+               public override string[] getChildList(string in_rval)
+        {
+               return this.original_getChildList(  in_rval);
+       }
+               public override string[] getDropList(string rval)
+               {
+                       return this.default_getDropList(rval);
+               }       
     }
 }