tests/PaleteTest.vala
authorAlan Knowles <alan@roojs.com>
Wed, 30 Jul 2014 07:38:24 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Jul 2014 07:38:24 +0000 (15:38 +0800)
tests/PaleteTest.vala

index 763d9ce..8718b16 100644 (file)
@@ -26,7 +26,7 @@ int main (string[] args) {
     
        var w  = new Gtk.Window( Gtk.WindowType.TOPLEVEL );
 
-       var  left_props =new Xcls_RightPalete();
+       var  left_props =new Xcls_WindowAddProp();
 
        w.add(left_props.el);
        w.show_all();