-- guidance-power-manager.py.orig 2009-08-22 08:36:10.340404819 +0200
++ guidance-power-manager.py 2009-08-22 08:36:29.424156614 +0200
def _checkOldConfig(self, value, blank):
""" Convert old numerical values to keywords. """
try:
num_val = int(value)
num_val = value.toInt()
except ValueError:
return value
if blank: