tests/PaleteTest.vala
authorAlan Knowles <alan@akbkhome.com>
Sun, 27 Jul 2014 14:43:42 +0000 (22:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 27 Jul 2014 14:43:42 +0000 (22:43 +0800)
tests/PaleteTest.vala

index 6de3f58..e52a1d9 100644 (file)
@@ -24,7 +24,7 @@ int main (string[] args) {
     
        var w  = new Gtk.Window( Gtk.WindowType.TOPLEVEL );
 
-       var  left_props =new Xcls_LeftProps();
+       var  left_props =new Xcls_RightPalete();
 
        w.add(left_props.el);
        w.show_all();