[X2Go-Commits] [x2goclient] 01/02: src/sessionexplorer.cpp: open the correct tab when editing a session from the exports menu.
git-admin at x2go.org
git-admin at x2go.org
Fri Sep 22 20:10:55 CEST 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 377cc91ee5c6a454aa85f2bde78b89cd5c786362
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Sep 14 12:19:07 2017 +0200
src/sessionexplorer.cpp: open the correct tab when editing a session from the exports menu.
---
debian/changelog | 2 ++
src/sessionexplorer.cpp | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c5577bc..573b037 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -188,6 +188,8 @@ x2goclient (4.1.1.0-0x2go1) UNRELEASED; urgency=medium
finalize libssh. We ought to do both only once - in our main thread.
Previously, we initialized libssh in a new thread, which might be
problematic.
+ - src/sessionexplorer.cpp: open the correct tab when editing a session
+ from the exports menu.
* x2goclient.spec:
- Respect %{optflags} and pass QMAKE_STRIP=: to fix missing debug info
issues.
diff --git a/src/sessionexplorer.cpp b/src/sessionexplorer.cpp
index 5a99e0d..4cd022b 100644
--- a/src/sessionexplorer.cpp
+++ b/src/sessionexplorer.cpp
@@ -87,7 +87,7 @@ void SessionExplorer::cleanSessions()
void SessionExplorer::exportsEdit ( SessionButton* bt )
{
- EditConnectionDialog dlg (false, bt->id(),parent,3 );
+ EditConnectionDialog dlg (false, bt->id(),parent,4 );
if ( dlg.exec() ==QDialog::Accepted )
{
bt->redraw();
--
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