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

Minor fix

File:
1 edited

Legend:

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

    r67 r68  
    848848        """Update the sensitivity of the forward button."""
    849849        self._button.set_sensitive(self._cruiseLevel.get_value_as_int()>=50 and \
    850                                    self._getRoute())
     850                                   self._getRoute()!="")
    851851                                   
    852852    def _cruiseLevelChanged(self, spinButton):
Note: See TracChangeset for help on using the changeset viewer.