This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b04960e src/sessionbutton.cpp: instead of using the hamburger.svg file directly, render it to a raster image and use this Pixmap as the icon file - otherwise the icon will not show up. new 1267231 src/onmainwindow.cpp: remove left-over debug test message. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + src/onmainwindow.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 1267231163043ef33afe755e59373e432cf73589 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 19 10:59:32 2017 +0100 src/onmainwindow.cpp: remove left-over debug test message. --- debian/changelog | 1 + src/onmainwindow.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e3b968a..39b1e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium render it to a raster image and use this Pixmap as the icon file - otherwise the icon will not show up. Also change the icon size back to 16x16 px, that's big enough. + - src/onmainwindow.cpp: remove left-over debug test message. [ Bernard Cafarelli ] * New upstream version (4.0.5.3): diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index f234e2f..d8e178c 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -1700,7 +1700,6 @@ QString ONMainWindow::images_resource_path (const QString &filename, const QStri ret.append (filename); - x2goDebug << "returning " << ret; return (ret); } -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git