Ignore:
Timestamp:
04/19/12 14:46:07 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Reworked the GUI reset

File:
1 edited

Legend:

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

    r89 r91  
    17981798        self.nextPage()
    17991799
    1800     def connectionFailed(self):
    1801         """Called when the connection could not be made to the simulator."""
    1802         self._initialize()
    1803 
    1804     def disconnected(self):
    1805         """Called when we have disconnected from the simulator."""
     1800    def reset(self):
     1801        """Resets the wizard to go back to the login page."""
    18061802        self._initialize()
    18071803
Note: See TracChangeset for help on using the changeset viewer.