source: projects/specs/trunk/g/gdm2setup/gdm2setup-0.5.3-fix-typo.patch @ 4235

Revision 4235, 655 bytes checked in by daisuke, 13 years ago (diff)

gdm2setup:

  • add patch4: ConfigParser? should be case-sensitive.
  • add patch5 to fix typo
  • add patch6 to enable show userlist even if autologin is enabled.
  • add patch7 to disable debug message
RevLine 
[4235]1diff -up gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.fix-typo gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py
2--- gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py.fix-typo    2011-06-28 20:26:17.576692463 +0900
3+++ gdm2setup-0.5.3-lucid/gdm2/gdm2gconf.py     2011-06-28 20:26:27.286692463 +0900
4@@ -124,7 +124,7 @@ class GDM2Theme(object): 
5             TimedLoginDelay = float(config.get('daemon', 'TimedLoginDelay'))
6             if self.DEBUG:
7                 print "GetTimedLoginDelay: ", TimedLoginDelay
8-            return fTimedLoginDelay
9+            return TimedLoginDelay
10         except Exception, err:
11             if self.DEBUG:
12                 print "Error: ",err
Note: See TracBrowser for help on using the repository browser.