This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 05ae59d5a4298ba36d20cba07b9bb0149ae82dae Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Tue Oct 14 12:46:02 2014 +0200 Fix onmainwindow.cpp after 76ae96781f1d2d5754ee4751539d5de47f1d0297. --- debian/changelog | 1 + onmainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 44252cd..1292b9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -53,6 +53,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low - Save folder icons Base64 coded. Save icons under General\icon_<PATH>. (Fixes: #580). - Fix placing sessions folders in broker mode. + - Fix onmainwindow.cpp after 76ae96781f1d2d5754ee4751539d5de47f1d0297. [ Mike DePaulo ] * New upstream release (4.0.3.0): diff --git a/onmainwindow.cpp b/onmainwindow.cpp index 9c702b5..b0534bd 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -7554,7 +7554,7 @@ void ONMainWindow::exportDefaultDirs() { QStringList dirs; bool clientPrinting= ( useLdap && LDAPPrintSupport ); - X2goSettings st; + X2goSettings* st; if ( !useLdap ) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git