summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-07-11 19:54:18 +0000
committerChris Lumens <clumens@redhat.com>2006-07-11 19:54:18 +0000
commit38a7e566cc50305c0517f8413043561dd00522f6 (patch)
tree932c98bffd84a2773f5025099cde0ee8de620ba1
parentacfa2fd1863b5c6d9eb8cefa0fe5f59647b7b2c1 (diff)
downloadanaconda-38a7e566cc50305c0517f8413043561dd00522f6.tar.gz
anaconda-38a7e566cc50305c0517f8413043561dd00522f6.tar.xz
anaconda-38a7e566cc50305c0517f8413043561dd00522f6.zip
No standalone mode in rhpxl anymore.
-rw-r--r--ChangeLog2
-rw-r--r--xsetup.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6740f4f65..ba81933da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,8 @@
* textw/timezone_text.py (TimezoneWindow.__call): Use hasWindows to
automatically check the UTC box like the GUI does.
+ * xsetup.py (XSetup.write): No standalone mode in rhpxl anymore.
+
* yuminstall.py (YumBackend.doPreInstall): Remove call to deprecated
method.
diff --git a/xsetup.py b/xsetup.py
index 3afc185ac..17a4030f9 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -58,8 +58,7 @@ class XSetup:
self.xhwstate.set_monitor_name(monname[len(ddc_monitor_string)+3:])
outfile = fn + "/xorg.conf"
- xserver.writeXConfig(outfile, self.xhwstate, mouse, keyboard,
- standalone = 0)
+ xserver.writeXConfig(outfile, self.xhwstate, mouse, keyboard)
# restore monitor name
self.xhwstate.set_monitor_name(monname)