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

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

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

commit 5934efb88959cc6b0fcb93cc948f9196632f1921
Author: Mihai Moldovan 
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 fc02b43..353f739 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -318,6 +318,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.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/x2goutils.cpp b/src/x2goutils.cpp
index ab109c1..25a2b54 100644
--- a/src/x2goutils.cpp
+++ b/src/x2goutils.cpp
@@ -113,7 +113,7 @@ void show_RichText_Generic_MsgBox (QMessageBox::Icon icon, 
const QString _t
   msg_box.exec ();
 }
 
-void show_RichText_WarningMsgBox (const QString _text, const QString 
_text bool app_modal) {
+void show_RichText_WarningMsgBox (const QString _text, const QString 
_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
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits


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

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

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

commit b9d48d96dc0c2992b73015a81cec1fa6916d25d6
Author: Mihai Moldovan 
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 1e5b9b8..65ddc6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -351,6 +351,7 @@ x2goclient (4.0.5.2-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.
   * debian/control:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/x2goutils.cpp b/src/x2goutils.cpp
index ab109c1..25a2b54 100644
--- a/src/x2goutils.cpp
+++ b/src/x2goutils.cpp
@@ -113,7 +113,7 @@ void show_RichText_Generic_MsgBox (QMessageBox::Icon icon, 
const QString _t
   msg_box.exec ();
 }
 
-void show_RichText_WarningMsgBox (const QString _text, const QString 
_text bool app_modal) {
+void show_RichText_WarningMsgBox (const QString _text, const QString 
_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
___
x2go-commits mailing list
x2go-commits@lists.x2go.org
http://lists.x2go.org/listinfo/x2go-commits