[X2Go-Commits] [x2goclient] 08/59: onmainwindow.cpp: fix typos leading to compile errors.

git-admin at x2go.org git-admin at x2go.org
Wed Jun 3 03:10:42 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 89238d095d37971f4455762979762cec429bfcfb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 3 01:48:46 2015 +0200

    onmainwindow.cpp: fix typos leading to compile errors.
---
 debian/changelog     |    1 +
 src/onmainwindow.cpp |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b55082..e758b98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low
     - onmainwindow.cpp: manipulate PATH and append /usr/lib/gnupg2/ to it when
       starting scdaemon. Fixes: #882.
     - x2goutils.h: add QMessageBox include, fixed compile error.
+    - onmainwindow.cpp: fix typos leading to compile errors.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Tue, 26 May 2015 21:42:09 +0200
 
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index b777eec..d28e8b6 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -8347,14 +8347,14 @@ void ONMainWindow::slotStartPGPAuth()
     QString new_path_value = "";
 
     if (!old_path_value.isEmpty ()) {
-        new_path_value = old_path_value + path_env_separator
+        new_path_value = old_path_value + path_env_separator;
     }
 
     new_path_value += "/usr/lib/gnupg2/";
 
     scdaemon_env.insert ("PATH", new_path_value);
 
-    scDaemon.setProcessEnvironment (scdaemon_env);
+    scDaemon->setProcessEnvironment (scdaemon_env);
 
     connect ( scDaemon,SIGNAL ( readyReadStandardError() ),this,
               SLOT ( slotScDaemonStdErr() ) );

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list