mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
fix: update satellites in TLE update network thread too
Just noticed updated does not take effect (GUI update etc). Signed-off-by: Nerijus Bendžiūnas <nerijus.bendziunas@gmail.com>
This commit is contained in:
parent
91a4a3fb15
commit
fb4d4dbcbc
1 changed files with 3 additions and 0 deletions
|
|
@ -559,6 +559,9 @@ static gpointer update_tle_thread(gpointer data)
|
|||
|
||||
tle_upd_running = TRUE;
|
||||
tle_update_from_network(TRUE, NULL, NULL, NULL);
|
||||
|
||||
mod_mgr_reload_sats();
|
||||
|
||||
tle_upd_running = FALSE;
|
||||
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue