diff -r 7499535588e6 -r f49875b9e946 c_ext/c_ext.py --- a/c_ext/c_ext.py Tue Jun 19 21:59:34 2012 +0200 +++ b/c_ext/c_ext.py Fri Jul 06 21:00:43 2012 +0200 @@ -4,7 +4,6 @@ from xmlclass import * -from util.misc import opjimg from CFileEditor import CFileEditor from PLCControler import UndoBuffer, LOCATION_CONFNODE, LOCATION_VAR_INPUT, LOCATION_VAR_OUTPUT @@ -44,8 +43,8 @@ self.CreateCFileBuffer(False) self.OnCTNSave() - def GetIconPath(self): - return opjimg("Cfile") + def GetIconName(self): + return "Cfile" def CFileName(self): return os.path.join(self.CTNPath(), "cfile.xml")