This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 9192336 xsettingswidget.cpp: fix compile error: settings -> setting. new 712f96e xsettingswidget.cpp: missed one occurance in the last commit. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/xsettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 712f96e9a65e23d1f4c3006f6c7a472fed49bf06 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jul 25 23:28:12 2015 +0200 xsettingswidget.cpp: missed one occurance in the last commit. --- src/xsettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xsettingswidget.cpp b/src/xsettingswidget.cpp index 5f4493e..529d7ac 100644 --- a/src/xsettingswidget.cpp +++ b/src/xsettingswidget.cpp @@ -38,7 +38,7 @@ XSettingsWidget::XSettingsWidget(QWidget* parent) leWinMod->setText(st.setting()->value("optionswin","-screen 0 %wx%h -notrayicon -clipboard").toString()); leFSMod->setText(st.setting()->value("optionsfs","-fullscreen -notrayicon -clipboard").toString()); leSingApp->setText(st.setting()->value("optionssingle","-multiwindow -notrayicon -clipboard").toString()); - leWholeDisplay->setText (st.settings ()->value ("optionswholedisplay", "-nodecoration -notrayicon -clipboard -screen 0 @").toString ()); + leWholeDisplay->setText (st.setting ()->value ("optionswholedisplay", "-nodecoration -notrayicon -clipboard -screen 0 @").toString ()); // spDelay->setValue(st.setting()->value("delay",3).toInt()); pbExec->setIcon( QPixmap ( ":/img/icons/16x16/file-open.png" ) ); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git