[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.0.28.0-23-g3fbeca3
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:54:45 CEST 2013
The branch, twofactorauth has been updated
via 3fbeca364091726d2d4a09a743639d7f2f96978e (commit)
from 52f9b08edfcacafb1e78a8fca98e0b8eec17d553 (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/messages.py | 2 ++
1 file changed, 2 insertions(+)
The diff of changes is:
diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py
index 6336102..a7130c4 100644
--- a/pyhoca/wxgui/messages.py
+++ b/pyhoca/wxgui/messages.py
@@ -65,8 +65,10 @@ class PyHoca_MessageWindow(wx.Dialog):
if buttontype == 'yesno':
self.yesBtn.SetDefault()
+ self.yesBtn.SetFocus()
elif buttontype == 'noyes':
self.noBtn.SetDefault()
+ self.noBtn.SetFocus()
if buttontype in ('ok', 'okcancel', 'cancelok'):
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