1234567891011 |
- diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.fix-case-sensitive gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
- --- gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.fix-case-sensitive 2011-06-28 20:20:45.923692463 +0900
- +++ gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py 2011-06-28 20:22:51.979692463 +0900
- @@ -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:
|