This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 91923369d9d5a0725c31ef459f80527e62e526e3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jul 25 23:16:00 2015 +0200 xsettingswidget.cpp: fix compile error: settings -> setting. --- debian/changelog | 1 + src/xsettingswidget.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f45f206..999045f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,6 +71,7 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low for external X server configuration. Part of #883. - onmainwindow.cpp: rename "optionsmd" setting to "optionswholedisplay", which is more clear. + - xsettingswidget.cpp: fix compile error: settings -> setting. [ Mike Gabriel ] * debian/control: diff --git a/src/xsettingswidget.cpp b/src/xsettingswidget.cpp index 7b863d1..5f4493e 100644 --- a/src/xsettingswidget.cpp +++ b/src/xsettingswidget.cpp @@ -85,7 +85,7 @@ void XSettingsWidget::saveSettings() st.setting()->setValue("optionswin",leWinMod->text()); st.setting()->setValue("optionsfs",leFSMod->text()); st.setting()->setValue("optionssingle",leSingApp->text()); - st.settings ()->setValue ("optionswholedisplay", leWholeDisplay->text ()); + st.setting ()->setValue ("optionswholedisplay", leWholeDisplay->text ()); // st.setting()->setValue("delay",spDelay->value()); st.setting()->sync(); } -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git