Explorar o código

Merged in FixTclCommandNew (pull request #331)

FixTclCommandNew (Issue #478)
Andre Spahlinger %!s(int64=5) %!d(string=hai) anos
pai
achega
90b96f7be4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tclCommands/TclCommandNew.py

+ 1 - 1
tclCommands/TclCommandNew.py

@@ -39,4 +39,4 @@ class TclCommandNew(TclCommand):
         :return: None or exception
         """
 
-        self.app.on_file_new(cli=True)
+        self.app.f_handlers.on_file_new(cli=True)