1234567891011 |
- diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.fix-case-sensitive gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
- @@ -61,6 +61,7 @@ class GDM2Theme(object):
- def GetAutoLogin(self):
- try:
- config = ConfigParser.RawConfigParser()
- + config.optionxform = str
- config.read(self.GDMCONF_FILE)
- return config.getboolean('daemon', 'AutomaticLoginEnable')
- except:
|