Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 2962
d6c9d1ca2da4
parent 2848
15c84f1f745a
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
509 self.filesTree.clear() 509 self.filesTree.clear()
510 510
511 @pyqtSlot(bool) 511 @pyqtSlot(bool)
512 def on_stopCheckBox_clicked(self, checked): 512 def on_stopCheckBox_clicked(self, checked):
513 """ 513 """
514 Private slot called, when the stop on copy/move checkbox is clicked 514 Private slot called, when the stop on copy/move checkbox is clicked.
515
516 @param checked flag indicating the check box state (boolean)
515 """ 517 """
516 self.vcs.getPlugin().setPreferences("StopLogOnCopy", 518 self.vcs.getPlugin().setPreferences("StopLogOnCopy",
517 int(self.stopCheckBox.isChecked())) 519 int(self.stopCheckBox.isChecked()))
518 self.nextButton.setEnabled(True) 520 self.nextButton.setEnabled(True)
519 self.limitSpinBox.setEnabled(True) 521 self.limitSpinBox.setEnabled(True)

eric ide

mercurial