aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe/gtk/OtherSettings.py')
-rw-r--r--src/fe/gtk/OtherSettings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe/gtk/OtherSettings.py b/src/fe/gtk/OtherSettings.py
index 6b2c68b..eda225e 100644
--- a/src/fe/gtk/OtherSettings.py
+++ b/src/fe/gtk/OtherSettings.py
@@ -207,7 +207,7 @@ Pick one. Nano is the default and recommended.
etc_files['conf.d/clock']['CLOCK'] = self.clock.GetValue()
etc_files['rc.conf']['EDITOR'] = self.editor.GetValue()
if self.displaymanager.GetValue() != "":
- etc_files['rc.conf']['DISPLAYMANAGER'] = self.displaymanager.GetValue()
+ etc_files['conf.d/xdm']['DISPLAYMANAGER'] = self.displaymanager.GetValue()
if self.xsession.GetValue() != "":
etc_files['rc.conf']['XSESSION'] = self.xsession.GetValue()