aoview: Add eeprom data fetching
[fw/altos] / aoview / aoview_log.c
index 2f2b95608fcd86f2b7c6d67d8009226936e4ba0f..1b89c28cd602b1253330f91bc74dc964dbee00e6 100644 (file)
@@ -59,7 +59,7 @@ aoview_log_init(GladeXML *xml)
 {
        GtkWidget       *log_new;
 
-       aoview_log = aoview_file_new("log");
+       aoview_log = aoview_file_new("telem");
        assert(aoview_log);
 
        log_new = glade_xml_get_widget(xml, "log_new");