uenz пре 5 година
родитељ
комит
911f2d3b51
1 измењених фајлова са 1 додато и 1 уклоњено
  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)