]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-timezone.patch
- exclude vserver-packages
[packages/anaconda.git] / anaconda-timezone.patch
CommitLineData
dd9587f1
ER
1--- anaconda-11.0.5/iw/timezone_gui.py~ 2006-02-16 17:09:07.000000000 +0200
2+++ anaconda-11.0.5/iw/timezone_gui.py 2006-05-24 02:51:14.854100882 +0300
3@@ -41,7 +41,7 @@
4 gtk.glade.set_custom_handler(self.custom_widget_handler)
5
6 # Set the default now. We'll fix it for real in getScreen.
7- self.default = "America/New_York"
8+ self.default = "Europe/Tallinn"
9
10 self.zonetab = zonetab.ZoneTab()
11
12@@ -98,7 +98,7 @@
13 asUTC = 0
14
15 if (string.find(self.default, "UTC") != -1):
16- self.default = "America/New_York"
17+ self.default = "Europe/Tallinn"
18
19 # Now fix the default we set when we made the timezone map widget.
20 self.tz.setCurrent(self.zonetab.findEntryByTZ(self.default))
21@@ -117,7 +117,7 @@
22 if curlat >= latmin and curlat <= latmax and curlong >= longmin and curlong <= longmax:
23 return True
24 elif user_data.currentEntry == None:
25- if model.get_value(iter, 1) == "America/New_York":
26+ if model.get_value(iter, 1) == "Europe/Tallinn":
27 return True
28 else:
29 return False
30@@ -144,7 +144,7 @@
31 weight=pango.WEIGHT_BOLD)
32 self.markers[entry.tz] = marker
33
34- if entry.tz == "America/New_York":
35+ if entry.tz == "Europe/Tallinn":
36 #In case the /etc/sysconfig/clock is messed up, use New York as default
37 self.fallbackEntry = entry
38
This page took 0.054017 seconds and 4 git commands to generate.