Plugins/VcsPlugins/vcsMercurial/HgCommitDialog.py

changeset 5497
7cba888c8895
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5496:d157a2319073 5497:7cba888c8895
66 self.authorComboBox.clear() 66 self.authorComboBox.clear()
67 self.authorComboBox.addItem("") 67 self.authorComboBox.addItem("")
68 self.authorComboBox.addItems(commitAuthors) 68 self.authorComboBox.addItems(commitAuthors)
69 69
70 self.dateTimeEdit.setDateTime(QDateTime.currentDateTime()) 70 self.dateTimeEdit.setDateTime(QDateTime.currentDateTime())
71
72 self.logEdit.setFocus(Qt.OtherFocusReason)
71 73
72 def on_buttonBox_clicked(self, button): 74 def on_buttonBox_clicked(self, button):
73 """ 75 """
74 Private slot called by a button of the button box clicked. 76 Private slot called by a button of the button box clicked.
75 77

eric ide

mercurial