From 14965f73d354e705c270cc7a4e4cdc3832046c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Tue, 9 Dec 2014 08:26:33 -0600 Subject: [PATCH 1/2] Invisible shorcuts no blocks itself when passes through the events buffer --- src/gui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/main.py b/src/gui/main.py index a44b3b5a..df524ac1 100644 --- a/src/gui/main.py +++ b/src/gui/main.py @@ -596,7 +596,7 @@ class mainFrame(wx.Frame): output.speak(self.nb.GetPageText(self.nb.GetSelection())+",", True) def skip_blank_pages(self, forward=True): - if self.nb.GetCurrentPage().type == "account" or self.nb.GetCurrentPage().type == "empty" and (self.showing == False or platform.system() == "Darwin"): + if self.nb.GetCurrentPage().type == "account" or self.nb.GetCurrentPage().type == "empty": self.nb.AdvanceSelection(forward) def close(self, ev=None): From 21970f2c9446fa7f776b1d1a4f1b9152da086c11 Mon Sep 17 00:00:00 2001 From: jmdaweb Date: Tue, 9 Dec 2014 17:10:03 +0100 Subject: [PATCH 2/2] installer: now two radio buttons are displayed in the license page. --- scripts/twblue.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/twblue.nsi b/scripts/twblue.nsi index 9acb088e..177f3e3c 100644 --- a/scripts/twblue.nsi +++ b/scripts/twblue.nsi @@ -17,6 +17,7 @@ VIAddVersionKey ProductVersion "0.50" VIAddVersionKey FileVersion "0.50" VIProductVersion "0.50.0.0" !insertmacro MUI_PAGE_WELCOME +!define MUI_LICENSEPAGE_RADIOBUTTONS !insertmacro MUI_PAGE_LICENSE "license.txt" !insertmacro MUI_PAGE_DIRECTORY var StartMenuFolder