X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2FPaleteTest.vala;h=4a50555a9275b159de9cc8dd88d41d818aa94baa;hb=f4090cf4a9f85803c4c70236f9b72c5c44f2180e;hp=a3370b02013b80ed9920b502f360d666c7e52371;hpb=b97b9e964633486ca434999a00784009e9c177f8;p=app.Builder.js diff --git a/tests/PaleteTest.vala b/tests/PaleteTest.vala index a3370b020..4a50555a9 100644 --- a/tests/PaleteTest.vala +++ b/tests/PaleteTest.vala @@ -27,11 +27,11 @@ int main (string[] args) { var w = new Gtk.Window( Gtk.WindowType.TOPLEVEL ); var left_props =new Xcls_RightPalete(); - + left_props.el.show_all(); w.add(left_props.el); w.show_all(); - left_props.load(tf, tf.tree); + left_props.load(Palete.factory("Roo"), "Roo.form.Form"); Gtk.main();