altoslib: Save separate config for local and remote. Use in idle
[fw/altos] / altosui / AltosIdleMonitorUI.java
index a2696f1518433f57cb541620be94b8f52a3d1a40..584f143a9d112f17f6e6ea80b8b8d5b534feed92 100644 (file)
@@ -295,7 +295,7 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl
                pack();
                setVisible(true);
 
-               thread = new AltosIdleMonitor((AltosIdleMonitorListener) this, link, (boolean) remote);
+               thread = new AltosIdleMonitor(this, link, (boolean) remote);
 
                status_update = new AltosFlightStatusUpdate(flightStatus);