Explorar o código

Fixed call of on_file_new

uenz %!s(int64=5) %!d(string=hai) anos
pai
achega
911f2d3b51
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)