resources/RooUsage.txt
[app.Builder.js] / tests / GladeTest.vala
index bc811d8..5c0cf01 100644 (file)
@@ -26,7 +26,7 @@ int main (string[] args) {
        left_props.el.show();
        w.add(left_props.el);
        w.show_all();   
-       w.load(tf);
+       left_props.load(tf);
  
        
        Gtk.main();