Changeset 857:8fc7413fe0dc


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

The PIREP message (if any) is displayed for a rejected flight (re #307)

File:
1 edited

Legend:

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

    r855 r857  
    353353                gui.editPIREP(result.pirep)
    354354            else:
    355                 gui.viewPIREP(result.pirep)
     355                gui.viewMessagedPIREP(result.pirep)
    356356
    357357    def _reflyClicked(self, button):
Note: See TracChangeset for help on using the changeset viewer.