ExtensionCorba/ProjectInterfacesBrowser.py

changeset 2
68c017d640b0
parent 1
d4384e4d7aff
child 4
ff4fc402f193
equal deleted inserted replaced
1:d4384e4d7aff 2:68c017d640b0
163 163
164 # Remove the project browser type from the browser type repository. 164 # Remove the project browser type from the browser type repository.
165 projectBrowser.removeTypedProjectBrowser("interfaces") 165 projectBrowser.removeTypedProjectBrowser("interfaces")
166 166
167 # Remove the file category handled by the browser. 167 # Remove the file category handled by the browser.
168 project.addFileCategory("INTERFACES") 168 project.removeFileCategory("INTERFACES")
169 169
170 def getIcon(self): 170 def getIcon(self):
171 """ 171 """
172 Public method to get an icon for the project browser. 172 Public method to get an icon for the project browser.
173 173

eric ide

mercurial