Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282274 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- guidance-power-manager.py.orig      2009-08-22 08:36:10.340404819 +0200
0
++ guidance-power-manager.py   2009-08-22 08:36:29.424156614 +0200
Lines 160-166 Link Here
160
    def _checkOldConfig(self, value, blank):
160
    def _checkOldConfig(self, value, blank):
161
        """ Convert old numerical values to keywords. """
161
        """ Convert old numerical values to keywords. """
162
        try:
162
        try:
163
            num_val = int(value)
163
            num_val = value.toInt()
164
        except ValueError:
164
        except ValueError:
165
            return value
165
            return value
166
        if blank:
166
        if blank:

Return to bug 282274