Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

changeset 2963
745d38097b7f
parent 2848
15c84f1f745a
child 3009
bf5ae5d7477d
equal deleted inserted replaced
2962:d6c9d1ca2da4 2963:745d38097b7f
583 self.filesTree.clear() 583 self.filesTree.clear()
584 584
585 @pyqtSlot(bool) 585 @pyqtSlot(bool)
586 def on_stopCheckBox_clicked(self, checked): 586 def on_stopCheckBox_clicked(self, checked):
587 """ 587 """
588 Private slot called, when the stop on copy/move checkbox is clicked 588 Private slot called, when the stop on copy/move checkbox is clicked.
589
590 @param checked flag indicating the checked state (boolean)
589 """ 591 """
590 self.vcs.getPlugin().setPreferences("StopLogOnCopy", 592 self.vcs.getPlugin().setPreferences("StopLogOnCopy",
591 self.stopCheckBox.isChecked()) 593 self.stopCheckBox.isChecked())
592 self.nextButton.setEnabled(True) 594 self.nextButton.setEnabled(True)
593 self.limitSpinBox.setEnabled(True) 595 self.limitSpinBox.setEnabled(True)

eric ide

mercurial