Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py

changeset 1748
f6169c7a5f65
parent 1746
6c74208f22a2
child 1764
ba0c21fd61f6
equal deleted inserted replaced
1747:cfd59f4b4851 1748:f6169c7a5f65
295 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False) 295 self.buttonBox.button(QDialogButtonBox.Cancel).setEnabled(False)
296 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) 296 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True)
297 297
298 self.inputGroup.setEnabled(False) 298 self.inputGroup.setEnabled(False)
299 self.inputGroup.hide() 299 self.inputGroup.hide()
300 self.inputGroup.setEnabled(False)
301 300
302 def __processBuffer(self): 301 def __processBuffer(self):
303 """ 302 """
304 Private method to process the buffered output of the svn log command. 303 Private method to process the buffered output of the svn log command.
305 """ 304 """

eric ide

mercurial