summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-19 20:29:37 +0000
committerbfox <bfox>2000-12-19 20:29:37 +0000
commitc6a38015a404e1d502e2dd83f832fa409dae147a (patch)
tree84943d85ebd4c9de2590a91573c0cfaffc3cb4a5 /text.py
parent56cbbfa06f412b612d31a9bfbf14e552a72b197d (diff)
downloadanaconda-c6a38015a404e1d502e2dd83f832fa409dae147a.tar.gz
anaconda-c6a38015a404e1d502e2dd83f832fa409dae147a.tar.xz
anaconda-c6a38015a404e1d502e2dd83f832fa409dae147a.zip
Changed the ordering of the Network Setup and Hostname Setup screens
Diffstat (limited to 'text.py')
-rw-r--r--text.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/text.py b/text.py
index 3884dec53..6a5054732 100644
--- a/text.py
+++ b/text.py
@@ -904,6 +904,7 @@ class InstallInterface:
"network"],
[N_("Network Setup"), NetworkWindow, (self.screen, todo),
"network"],
+
# [N_("Mouse Configuration"), MouseWindow, (self.screen, todo),
# "mouse" ],
# [N_("Mouse Configuration"), MouseDeviceWindow, (self.screen, todo),
@@ -968,10 +969,14 @@ class InstallInterface:
(self.screen, todo), BootloaderSkipName ],
[BootloaderConfiguration, BootloaderImagesWindow,
(self.screen, todo), BootloaderSkipName ],
- [N_("Hostname Setup"), HostnameWindow, (self.screen, todo),
- "network"],
+# [N_("Hostname Setup"), HostnameWindow, (self.screen, todo),
+# "network"],
[N_("Network Setup"), NetworkWindow, (self.screen, todo),
"network"],
+
+ [N_("Hostname Setup"), HostnameWindow, (self.screen, todo),
+ "network"],
+
[N_("Mouse Configuration"), MouseWindow, (self.screen, todo.mouse),
"mouse" ],
[N_("Mouse Configuration"), MouseDeviceWindow, (self.screen, todo.mouse),