confnodes/python/PythonEditor.py
changeset 718 5d4dc150b956
parent 717 1c23952dbde1
--- a/confnodes/python/PythonEditor.py	Mon May 07 18:47:29 2012 +0200
+++ b/confnodes/python/PythonEditor.py	Mon May 07 19:19:08 2012 +0200
@@ -241,7 +241,7 @@
         self.Controler.OnCloseEditor(self)
     
     def GetTitle(self):
-        fullname = self.Controler.PlugFullName()
+        fullname = self.Controler.CTNFullName()
         if not self.Controler.PythonIsSaved():
             return "~%s~" % fullname
         return fullname