예제 #1
0
파일: vcs.py 프로젝트: Noori/starcal
 def updateVars(self):
     BaseGroupWidget.updateVars(self)
     self.group.showAuthor = self.authorCheck.get_active()
     self.group.showShortHash = self.shortHashCheck.get_active()
     self.group.showStat = self.statCheck.get_active()
예제 #2
0
파일: vcsTag.py 프로젝트: Noori/starcal
 def updateVars(self):
     BaseGroupWidget.updateVars(self)
     self.group.showStat = self.statCheck.get_active()