[X2Go-Commits] [x2goclient] 189/276: src/x2goutils.h: fix compile error due to typo.

git-admin at x2go.org git-admin at x2go.org
Sat Dec 31 01:35:18 CET 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 7121d4451c1c4967cf5fd37afb7cc7330e97da41
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 22 03:21:11 2016 +0200

    src/x2goutils.h: fix compile error due to typo.
---
 debian/changelog  |    1 +
 src/x2goutils.cpp |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c03ae11..51b9aca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -328,6 +328,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       show_RichText_Generic_MsgBox () and its wrappers.
     - src/pulsemanager.cpp: add error message boxes throughout PulseManager.
       Don't just abort () the program.
+    - src/x2goutils.h: fix compile error due to typo.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/x2goutils.cpp b/src/x2goutils.cpp
index f58a436..99739e2 100644
--- a/src/x2goutils.cpp
+++ b/src/x2goutils.cpp
@@ -118,7 +118,7 @@ void show_RichText_Generic_MsgBox (QMessageBox::Icon icon, const QString &main_t
   msg_box.exec ();
 }
 
-void show_RichText_WarningMsgBox (const QString &main_text, const QString &informative_text bool app_modal) {
+void show_RichText_WarningMsgBox (const QString &main_text, const QString &informative_text, bool app_modal) {
   show_RichText_Generic_MsgBox (QMessageBox::Warning, main_text, informative_text, app_modal);
 }
 

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