- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flight.py
r413 r436 368 368 def _loginClicked(self, button): 369 369 """Called when the login button was clicked.""" 370 print "mlx.flight.LoginPage: logg edin"370 print "mlx.flight.LoginPage: logging in" 371 371 self._wizard.login(self._handleLoginResult, 372 372 self._pilotID.get_text(), … … 591 591 flight = self._getSelectedFlight() 592 592 self._wizard._bookedFlight = flight 593 self._wizard.gui.enableFlightInfo( )593 self._wizard.gui.enableFlightInfo(flight.aircraftType) 594 594 595 595 self._updateDepartureGate()
Note:
See TracChangeset
for help on using the changeset viewer.