[X2Go-Commits] [x2goclient] 154/197: src/onmainwindow.cpp: fix compile errors due to misspelled function names.

git-admin at x2go.org git-admin at x2go.org
Thu Jun 30 23:53:28 CEST 2016


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

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

commit e609af5d6d852b510b0d8a99293f633042bb6d07
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 4 23:54:20 2016 +0200

    src/onmainwindow.cpp: fix compile errors due to misspelled function names.
---
 debian/changelog     |    2 ++
 src/onmainwindow.cpp |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a1946ea..4a206d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -287,6 +287,8 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
       to stdout.
     - src/configdialog.cpp: fix compile error by removing obsolete (and now
       faulty) line for removed restart message.
+    - src/onmainwindow.cpp: fix compile errors due to misspelled function
+      names.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index ba03aa3..3a9e0fb 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -5073,10 +5073,10 @@ void ONMainWindow::slotRetResumeSess ( bool result,
 
         switch (sndSystem) {
             case PULSE:
-                sndPort = QString::number (pulseManager->getPulsePort ());
+                sndPort = QString::number (pulseManager->get_pulse_port ());
                 break;
             case ESD:
-                sndPort = QString::number (pulseManager->getEsdPort ());
+                sndPort = QString::number (pulseManager->get_esd_port ());
                 break;
         }
 #endif /* defined (Q_OS_WIN) || defined (Q_OS_DARWIN) */

--
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