[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: f668b6cd2e3a7b54aa4528abeb99ba26c5e3db12
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:20:39 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via f668b6cd2e3a7b54aa4528abeb99ba26c5e3db12 (commit)
from ee245123a1427218d89c9ef5e9cb30d3055e7c8d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
pyhoca/wxgui/frontend.py | 2 +-
pyhoca/wxgui/logon.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index 976c1db..904a332 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -93,7 +93,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
x2go.X2goClient.__init__(self, logger=self._pyhoca_liblogger)
wx.App.__init__(self)
- self.Bind (wx.EVT_IDLE, self.OnIdle)
+ self.Bind(wx.EVT_IDLE, self.OnIdle)
def OnInit(self):
"""\
diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py
index 340b633..71a4c30 100644
--- a/pyhoca/wxgui/logon.py
+++ b/pyhoca/wxgui/logon.py
@@ -148,7 +148,7 @@ class PyHocaGUI_DialogBoxPassword(wx.Dialog):
if x2go.X2GOCLIENT_OS == 'Linux':
self.Move((maxX-225,35))
elif x2go.X2GOCLIENT_OS == 'Windows':
- self.Move((maxX-225,maxY-135))
+ self.Move((maxX-225,maxY-150))
self.Show()
hooks/post-receive
--
pyhoca-gui.git (Python X2Go Client (wxPython GUI))
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).
More information about the x2go-commits
mailing list