Ignore:
Timestamp:
02/25/12 13:40:17 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The status icon and hiding/showing the window works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r27 r29  
    2323    It is also the hub for the other main objects participating in the handling of
    2424    the flight."""
    25     def __init__(self, logger):
     25    def __init__(self, logger, gui):
    2626        """Construct the flight."""
    2727        self._stage = None
    2828        self.logger = logger
     29        self._gui = gui
    2930
    3031        self.cruiseAltitude = None
Note: See TracChangeset for help on using the changeset viewer.