URI: 
       tfix #2453 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit cf88b7f8a7d98cbe0d5988b8f01c98ff71ac970a
   DIR parent 2a53e85e8d4ecb4bcebecfde1b34826bc4e88578
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 29 Jun 2017 18:32:20 +0200
       
       fix #2453
       
       Diffstat:
         M gui/qt/main_window.py               |       7 -------
       
       1 file changed, 0 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -411,14 +411,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                        i += 1
                    else:
                        break
       -        filename = line_dialog(self, _('New Wallet'), _('Enter file name')
       -                               + ':', _('OK'), filename)
       -        if not filename:
       -            return
                full_path = os.path.join(wallet_folder, filename)
       -        if os.path.exists(full_path):
       -            self.show_critical(_("File exists"))
       -            return
                self.gui_object.start_new_window(full_path, None)
        
            def init_menubar(self):