Add lots more aoview UI bits
[fw/altos] / aoview / aoview_main.c
index 7906e8ac92231916ae44e53ea9e4f0ac5ddf3ec5..9e32e6398c49174f8708586426aa01c3ccef0173 100644 (file)
@@ -69,6 +69,10 @@ int main(int argc, char **argv)
 
        aoview_state_init(xml);
 
+       aoview_log_init(xml);
+
+       aoview_table_init(xml);
+
        gtk_main();
 
        return 0;