canfestival/canfestival.py
changeset 781 cdc6393705ce
parent 777 daa6941fe21a
child 782 6f0e10085df9
equal deleted inserted replaced
780:70632f4612a1 781:cdc6393705ce
   195         self.OpenFileInCurrent(filepath)
   195         self.OpenFileInCurrent(filepath)
   196             
   196             
   197         self.Parent = parent
   197         self.Parent = parent
   198         self.Fullname = fullname
   198         self.Fullname = fullname
   199     
   199     
   200     def GetIconPath(self):
   200     def GetIconName(self):
   201         return None
   201         return None
   202     
   202     
   203     def OnCloseEditor(self, view):
   203     def OnCloseEditor(self, view):
   204         self.Parent.OnCloseEditor(view)
   204         self.Parent.OnCloseEditor(view)
   205     
   205