| Revision 4235, 599 bytes checked in by daisuke, 15 years ago (diff) |
|---|
diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.fix-case-sensitive gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
| old | new | class GDM2Theme(object): |
|---|---|---|
| 61 | 61 | def GetAutoLogin(self): |
| 62 | 62 | try: |
| 63 | 63 | config = ConfigParser.RawConfigParser() |
| 64 | config.optionxform = str | |
| 64 | 65 | config.read(self.GDMCONF_FILE) |
| 65 | 66 | return config.getboolean('daemon', 'AutomaticLoginEnable') |
| 66 | 67 | except: |