The branch, master has been updated via b0d8a8de03376664323c178374eae7bf71ba3031 (commit) from 1452cc08b0133fe54634eb6f8fd0f836b2f44035 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0d8a8de03376664323c178374eae7bf71ba3031 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Mon Oct 29 17:52:53 2012 +0100 fix bool X2GoClientConfig::checkGeometryParameter(QVariant value) ----------------------------------------------------------------------- Summary of changes: x2goclientconfig.cpp | 2 +- x2goclientconfigdetail.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goclientconfig.cpp b/x2goclientconfig.cpp index d0bbce9..1f68995 100644 --- a/x2goclientconfig.cpp +++ b/x2goclientconfig.cpp @@ -205,7 +205,7 @@ bool X2GoClientConfig::checkGeometryParameter(QVariant value) return false; defaultSessionGeometryHeight.value=height; defaultSessionGeometryWidth.value=width; - return false; + return true; } diff --git a/x2goclientconfigdetail.h b/x2goclientconfigdetail.h index b72c5ea..9cf7708 100644 --- a/x2goclientconfigdetail.h +++ b/x2goclientconfigdetail.h @@ -27,7 +27,7 @@ class X2GoClientConfigDetail { friend class X2GoClientConfig; - typedef bool bool (X2GoClientConfig::*CheckSanityFunction)(QVariant value); + typedef bool (X2GoClientConfig::*CheckSanityFunction)(QVariant value); X2GO_PROPERTY_GETTER( QVariant, value) X2GO_PROPERTY_GETTER( QString, commandLineParameter) X2GO_PROPERTY_GETTER( QString, configFileParameter) hooks/post-receive -- x2goclient2.git (X2Go Client 2 (rewrite of x2goclient.git)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient2.git" (X2Go Client 2 (rewrite of x2goclient.git)).