VCS/StatusMonitorLed.py

changeset 3351
935482dff2f8
parent 3349
2a034a7f1f54
child 3484
645c12de6b0c
equal deleted inserted replaced
3349:2a034a7f1f54 3351:935482dff2f8
161 Private slot to react upon clicks on the LED. 161 Private slot to react upon clicks on the LED.
162 162
163 @param pos position of the click (QPoint) 163 @param pos position of the click (QPoint)
164 """ 164 """
165 if self.__on: 165 if self.__on:
166 print(self.__vcsClean)
167 vcs = self.project.getVcs() 166 vcs = self.project.getVcs()
168 if vcs: 167 if vcs:
169 if self.__vcsClean: 168 if self.__vcsClean:
170 # call log browser dialog 169 # call log browser dialog
171 vcs.vcsLogBrowser(self.project.getProjectPath()) 170 vcs.vcsLogBrowser(self.project.getProjectPath())

eric ide

mercurial