summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsetup.py b/xsetup.py
index cbe72c82d..2adcbebb7 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -54,7 +54,7 @@ class XSetup:
args = args + ['--defaultdesktop', string.lower(gui)]
f.write("xconfig %s\n" % string.join(args, " "))
- f.write("monitor %s\n" % string.join(self.getMonitorArgList(), " ")
+ f.write("monitor %s\n" % string.join(self.getMonitorArgList(), " "))
def getMonitorArgList(self):
args = []