test.vala.c
authorAlan Knowles <alan@roojs.com>
Mon, 19 May 2014 10:46:35 +0000 (18:46 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 May 2014 10:46:35 +0000 (18:46 +0800)
tests/test1.vala

index 12df490..d897b22 100644 (file)
@@ -9,7 +9,12 @@
 
 static int main (string[] args) {
     Gtk.init (ref args);
+    
+    // must init modules...
     new Xcls_EditorWindow();
+    
+    
+    
     EditorWindow.show_all();
      Gtk.main ();