Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

changeset 2962
d6c9d1ca2da4
parent 2848
15c84f1f745a
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
1255 self.filesTree.clear() 1255 self.filesTree.clear()
1256 1256
1257 @pyqtSlot(bool) 1257 @pyqtSlot(bool)
1258 def on_stopCheckBox_clicked(self, checked): 1258 def on_stopCheckBox_clicked(self, checked):
1259 """ 1259 """
1260 Private slot called, when the stop on copy/move checkbox is clicked 1260 Private slot called, when the stop on copy/move checkbox is clicked.
1261
1262 @param checked flag indicating the state of the check box (boolean)
1261 """ 1263 """
1262 self.vcs.getPlugin().setPreferences("StopLogOnCopy", 1264 self.vcs.getPlugin().setPreferences("StopLogOnCopy",
1263 self.stopCheckBox.isChecked()) 1265 self.stopCheckBox.isChecked())
1264 self.nextButton.setEnabled(True) 1266 self.nextButton.setEnabled(True)
1265 self.limitSpinBox.setEnabled(True) 1267 self.limitSpinBox.setEnabled(True)

eric ide

mercurial