diff --git a/plugins/edsm.py b/plugins/edsm.py
index e9a2a819..c53c1a17 100644
--- a/plugins/edsm.py
+++ b/plugins/edsm.py
@@ -310,7 +310,7 @@ def worker():
                     else:
                         # Update main window's system status
                         for i in range(len(pending) - 1, -1, -1):
-                            if pending[i]['event'] in ['Location', 'FSDJump']:
+                            if pending[i]['event'] in ['StartUp', 'Location', 'FSDJump']:
                                 this.lastlookup = reply['events'][i]
                                 this.system.event_generate('<<EDSMStatus>>', when="tail")	# calls update_status in main thread
                                 break