tfix for kivy wizard - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit fb151c17283860ee45e217e7a69aeddc8787f248 DIR parent 4837d7a148979b6e8ecf6afaf3a2e51ea7d0fe00 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 25 Aug 2016 18:09:20 +0200 fix for kivy wizard Diffstat: M gui/kivy/uix/dialogs/installwizard… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/dialogs/installwizard.py b/gui/kivy/uix/dialogs/installwizard.py t@@ -581,7 +581,7 @@ class RestoreSeedDialog(WizardDialog): return text def get_params(self, b): - return (self.get_text(),) + return (self.get_text(), False, False) def update_text(self, c): c = c.lower()