bugfix: wrong call to a method

This commit is contained in:
Sebastian Wehling-Benatelli 2015-02-13 11:15:48 +01:00
parent 35e477c13f
commit 1c40cb3852

View File

@ -231,7 +231,7 @@ class MainWindow(QMainWindow):
else: else:
self.fileMenu.addAction(action) self.fileMenu.addAction(action)
try: try:
current = self.data.evtdata.getID() current = self.data.getID()
except AttributeError: except AttributeError:
current = None current = None
recentEvents = [] recentEvents = []