Changeset 402:b668511b4ac8 for src/mlx/gui
- Timestamp:
- 12/27/12 08:28:06 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/flight.py
r401 r402 357 357 def _offlineClicked(self, button): 358 358 """Called when the offline button was clicked.""" 359 print "mlx.flight.LoginPage: offline flight selected" 359 360 self._wizard.nextPage() 360 361 361 362 def _loginClicked(self, button): 362 363 """Called when the login button was clicked.""" 364 print "mlx.flight.LoginPage: logged in" 363 365 self._wizard.login(self._handleLoginResult, 364 366 self._pilotID.get_text(),
Note:
See TracChangeset
for help on using the changeset viewer.