/[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.3 by slords, Wed Apr 5 21:11:51 2006 UTC
# Line 1  Line 1 
1    #
2  # timezone_text.py: text mode timezone selection dialog  # timezone_text.py: text mode timezone selection dialog
3  #  #
4  # Copyright 2000-2002 Red Hat, Inc.  # Copyright 2000-2002 Red Hat, Inc.
# Line 89  class TimezoneWindow: Line 90  class TimezoneWindow:
90          self.l.setCurrent(default)          self.l.setCurrent(default)
91  #       self.l.setCallback(self.updateClock)  #       self.l.setCallback(self.updateClock)
92                    
 #       self.c = Checkbox("System clock uses UTC", isOn = asUtc)  
93  #       self.c.setCallback(self.updateSysClock)  #       self.c.setCallback(self.updateSysClock)
94    
95          self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",          self.g = GridFormHelp(screen, _("Time Zone Selection"), "timezone",
96                                1, 5)                                1, 5)
97          self.g.add(t, 0, 0)          self.g.add(t, 0, 0)
98  #       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)  
99          self.g.add(self.l, 0, 3, padding = (0, 0, 0, 1))          self.g.add(self.l, 0, 3, padding = (0, 0, 0, 1))
100          self.g.add(bb, 0, 4, growx = 1)          self.g.add(bb, 0, 4, growx = 1)
101    


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