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)).