~trb143/openlp/bugs-2_4b

« back to all changes in this revision

Viewing changes to openlp/core/common/settings.py

  • Committer: Tim Bentley
  • Date: 2015-10-15 18:00:39 UTC
  • Revision ID: tim.bentley@gmail.com-20151015180039-yze5r4v9k0b3jac9
Strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
    __file_path__ = ''
324
324
    __obsolete_settings__ = [
325
325
        # Changed during 2.2.x development.
326
 
        #('advanced/stylesheet fix', '', []),
327
 
        #('general/recent files', 'core/recent files', [(recent_files_conv, None)]),
 
326
        # ('advanced/stylesheet fix', '', []),
 
327
        # ('general/recent files', 'core/recent files', [(recent_files_conv, None)]),
328
328
        ('songs/search as type', 'advanced/search as type', [])
329
329
    ]
330
330