This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 709bd1d po/fi.po: update Finnish translation file. new 300e381 pyhoca/wxgui/frontend.py: Update versioning info on X2Go Server with support for PyHoca's way of handling SHADOW sessions. 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: pyhoca/wxgui/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 300e381c785e12df8ec0719ae6685bf402c10986 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Oct 26 10:06:59 2017 +0200 pyhoca/wxgui/frontend.py: Update versioning info on X2Go Server with support for PyHoca's way of handling SHADOW sessions. --- pyhoca/wxgui/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index f4983d3..1ac92cc 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -882,7 +882,7 @@ class PyHocaGUI(wx.App, x2go.X2GoClient): if not self.has_server_feature(profile_name, 'X2GO_LIST_SHADOWSESSIONS'): m = messages.PyHoca_MessageWindow_Ok(self, title=_(u'Desktop Sharing with %s not supported by server') % self.appname, - msg=_(u"We apologize for the inconvenience...\n\nSession profiles of type ,,SHADOW'' are not\nsupported by X2Go Server (v%s)!!!\n\nDesktop Sharing with %s requires\nX2Go Server 4.1.0.0 and above.") % (server_version, self.appname), + msg=_(u"We apologize for the inconvenience...\n\nSession profiles of type ,,SHADOW'' are not\nsupported by X2Go Server (v%s)!!!\n\nDesktop Sharing with %s requires\nX2Go Server 4.0.1.21 and above.") % (server_version, self.appname), icon='warning', profile_name=profile_name) m.ShowModal() -- Alioth's /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git