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

Backed out changeset f300ebc45a7f

File:
1 edited

Legend:

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

    r833 r834  
    1313from mlx.gui.checklist import ChecklistEditor
    1414from mlx.gui.callouts import ApproachCalloutsEditor
    15 from mlx.gui.pirep import PIREPViewer, PIREPEditor
     15from mlx.gui.pirep import PIREPViewer
    1616from mlx.gui.bugreport import BugReportDialog
    1717from mlx.gui.acars import ACARS
     
    183183
    184184        self._pirepViewer = PIREPViewer(self)
    185 
    186         self._pirepEditor = PIREPEditor(self)
    187185
    188186        window.show_all()
     
    12641262    def editPIREP(self, pirep):
    12651263        """Display the PIREP editor window and allow editing the PIREP."""
    1266         self._pirepEditor.setPIREP(pirep)
    1267         self._pirepEditor.show_all()
    1268         self._pirepEditor.run()
    1269         self._pirepEditor.hide()
     1264        self.viewPIREP(pirep)
    12701265
    12711266    def _loadPIREP(self, menuItem):
Note: See TracChangeset for help on using the changeset viewer.