For space police

This commit is contained in:
Tim Bentley 2009-09-09 19:09:17 +01:00
parent 457885019b
commit e0a2e5e1f3
2 changed files with 3 additions and 4 deletions

View File

@ -169,7 +169,6 @@ class EditCustomForm(QtGui.QDialog, Ui_customEditDialog):
for row in range (0, len(tempList)):
self.VerseListView.addItem(tempList[row])
self.VerseListView.repaint()
self.SaveButton.setEnabled(False)
self.EditButton.setEnabled(False)