Ignore:
Timestamp:
05/07/12 17:31:20 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the handling of filenames

File:
1 edited

Legend:

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

    r152 r164  
    903903
    904904        if result==RESPONSETYPE_OK:
    905             self._lastLoadedPIREP = dialog.get_filename()
     905            self._lastLoadedPIREP = text2unicode(dialog.get_filename())
    906906
    907907            pirep = PIREP.load(self._lastLoadedPIREP)
Note: See TracChangeset for help on using the changeset viewer.