/[smeserver]/cdrom.image/updates/timezone_text.py
ViewVC logotype

Diff of /cdrom.image/updates/timezone_text.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Fri Aug 5 02:28:53 2005 UTC Revision 1.2 by slords, Wed Apr 5 01:20:27 2006 UTC
# Line 89  class TimezoneWindow: Line 89  class TimezoneWindow:
89          self.l.setCurrent(default)          self.l.setCurrent(default)
90  #       self.l.setCallback(self.updateClock)  #       self.l.setCallback(self.updateClock)
91                    
 #       self.c = Checkbox("System clock uses UTC", isOn = asUtc)  
92  #       self.c.setCallback(self.updateSysClock)  #       self.c.setCallback(self.updateSysClock)
93    
94          self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",          self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",
95                                1, 5)                                1, 5)
96          self.g.add(t, 0, 0)          self.g.add(t, 0, 0)
97  #       self.g.add(self.label, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1)  #       self.g.add(self.label, 0, 1, padding = (0, 1, 0, 0), anchorLeft = 1)
 #       self.g.add(self.c, 0, 2, padding = (0, 1, 0, 1), anchorLeft = 1)  
98          self.g.add(self.l, 0, 3, padding = (0, 0, 0, 1))          self.g.add(self.l, 0, 3, padding = (0, 0, 0, 1))
99          self.g.add(bb, 0, 4, growx = 1)          self.g.add(bb, 0, 4, growx = 1)
100    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed