Ignore:
Timestamp:
05/01/12 08:29:24 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented ACARS sending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r135 r139  
    165165        """Get the flight being performed."""
    166166        return self._flight
     167
     168    @property
     169    def loginResult(self):
     170        """Get the result of the login."""
     171        return self._wizard.loginResult
    167172
    168173    @property
Note: See TracChangeset for help on using the changeset viewer.