confnodes/canfestival/SlaveEditor.py
changeset 718 5d4dc150b956
parent 717 1c23952dbde1
--- a/confnodes/canfestival/SlaveEditor.py	Mon May 07 18:47:29 2012 +0200
+++ b/confnodes/canfestival/SlaveEditor.py	Mon May 07 19:19:08 2012 +0200
@@ -64,7 +64,7 @@
         confnode_menu.Enable(ID_SLAVEEDITORCONFNODEMENUDSOTHERPROFILE, False)
     
     def GetTitle(self):
-        fullname = self.Controler.PlugFullName()
+        fullname = self.Controler.CTNFullName()
         if not self.Controler.CurrentIsSaved():
             return "~%s~" % fullname
         return fullname