Ignore:
Timestamp:
05/07/12 17:31:20 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fixed the handling of filenames

File:
1 edited

Legend:

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

    r151 r164  
    102102        config.flareTimeFromFS = self._flareTimeFromFS.get_active()
    103103        config.syncFSTime = self._syncFSTime.get_active()
    104         config.pirepDirectory = self._pirepDirectory.get_text()
     104        config.pirepDirectory = text2unicode(self._pirepDirectory.get_text())
    105105
    106106        for messageType in const.messageTypes:
Note: See TracChangeset for help on using the changeset viewer.