Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510688 | Differences between
and this patch

Collapse All | Expand All

(-)Electrum-1.9.8/gui/gtk.py (-1 / +1 lines)
Lines 87-93 Link Here
87
    # ask if the user wants to create a new wallet, or recover from a seed. 
87
    # ask if the user wants to create a new wallet, or recover from a seed. 
88
    # if he wants to recover, and nothing is found, do not create wallet
88
    # if he wants to recover, and nothing is found, do not create wallet
89
    dialog = Gtk.Dialog("electrum", parent=None, 
89
    dialog = Gtk.Dialog("electrum", parent=None, 
90
                        flags=Gtk.DialogFlags.MODAL|Gtk.DialogFlags.NO_SEPARATOR, 
90
                        flags=Gtk.DialogFlags.MODAL, 
91
                        buttons= ("create", 0, "restore",1, "cancel",2)  )
91
                        buttons= ("create", 0, "restore",1, "cancel",2)  )
92
92
93
    label = Gtk.Label("Wallet file not found.\nDo you want to create a new wallet,\n or to restore an existing one?"  )
93
    label = Gtk.Label("Wallet file not found.\nDo you want to create a new wallet,\n or to restore an existing one?"  )

Return to bug 510688