[X2Go-Commits] [x2goclient] 31/142: appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.

git-admin at x2go.org git-admin at x2go.org
Thu Jan 14 05:09:57 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 a65bc0232b4f1ff75a554122e7d4a986fb3f4bc4
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Mar 21 00:04:44 2015 +0100

    appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
---
 debian/changelog  |    2 ++
 src/appdialog.cpp |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 10650f4..3ad120c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -70,6 +70,8 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
       correctly terminate arguments vector.
     - {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile
       warnings with GCC. Fix a few whitespace issues.
+    - appdialog.cpp: initialize parent in default case. Another GCC compile
+      warning fix.
   * debian/control:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though
diff --git a/src/appdialog.cpp b/src/appdialog.cpp
index a8ec4ec..013eb79 100644
--- a/src/appdialog.cpp
+++ b/src/appdialog.cpp
@@ -153,6 +153,7 @@ void AppDialog::loadApps()
             parent=other;
             break;
         default:
+            parent = NULL;
             break;
         }
 

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