~leo-editor-team/leo-editor/mod_rclick

« back to all changes in this revision

Viewing changes to leo/core/leoConfig.py

  • Committer: Edward K. Ream
  • Date: 2008-06-05 14:15:23 UTC
  • Revision ID: edreamleo@gmail.com-20080605141523-4m3tu3my586ez329
added call to g.ops_path_realpath in readSettingsFiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
1699
1699
 
1700
1700
        # Init settings from leoSettings.leo and myLeoSettings.leo files.
1701
1701
        for path,localFlag in table:
1702
 
            path = g.os_path_abspath(g.os_path_normpath(path))
 
1702
            if path:
 
1703
                path = g.os_path_realpath(g.os_path_abspath(g.os_path_normpath(path)))
1703
1704
                # Bug fix: 6/3/08: make sure we mark files seen no matter how they are specified.
1704
1705
            if path and path.lower() not in seen:
1705
1706
                seen.append(path.lower())