tests/GtkView.vala
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 10:04:46 +0000 (18:04 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 10:04:46 +0000 (18:04 +0800)
tests/GtkView.vala

index 5c0cf01..891717a 100644 (file)
@@ -22,7 +22,7 @@ int main (string[] args) {
        
        var w  = new Gtk.Window( Gtk.WindowType.TOPLEVEL );
 
-       var  left_props =new Xcls_GladeView();
+       var  left_props =new Xcls_GtkView();
        left_props.el.show();
        w.add(left_props.el);
        w.show_all();