Ignore:
Timestamp:
Feb 1, 2010, 4:20:49 PM (14 years ago)
Author:
joergs
Message:

added program to dump all KDE resource types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kreadconfig/kreadconfig.py

    r796 r817  
    4949    print getFullName( config )
    5050    #print dir(config)
    51     for i in config.entryMap():
     51    #for i in config.entryMap():
     52    for i in config.keyList():
    5253      immutaleString = ''
    5354      if config.isEntryImmutable( i ):
Note: See TracChangeset for help on using the changeset viewer.