src/eric7/MultiProject/MultiProjectBrowser.py

branch
eric7
changeset 10428
a071d4065202
parent 10414
7c6bd2366602
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
128 def __projectDataChanged(self, project): 128 def __projectDataChanged(self, project):
129 """ 129 """
130 Private slot to handle the change of a project of the multi project. 130 Private slot to handle the change of a project of the multi project.
131 131
132 @param project reference to the project metadata 132 @param project reference to the project metadata
133 @type MultiProjectProjectMeta
133 """ 134 """
134 itm = self.__findProjectItem(project) 135 itm = self.__findProjectItem(project)
135 if itm: 136 if itm:
136 parent = itm.parent() 137 parent = itm.parent()
137 if parent.text(0) != project.category: 138 if parent.text(0) != project.category:

eric ide

mercurial