Ignore:
Timestamp:
06/18/17 18:25:18 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

It is possible to book a flight from the flight selection page too (re #304)

File:
1 edited

Legend:

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

    r859 r869  
    13021302        return self._notebook.get_current_page()==0
    13031303
    1304     def showTimetable(self, menuItem):
     1304    def showTimetable(self, menuItem = None):
    13051305        """Callback for showing the timetable."""
    13061306        if self._timetableWindow.hasFlightPairs:
Note: See TracChangeset for help on using the changeset viewer.