diff --git a/openlp/plugins/songs/forms/editsongform.py b/openlp/plugins/songs/forms/editsongform.py index 41eef0545..67ff6f32f 100644 --- a/openlp/plugins/songs/forms/editsongform.py +++ b/openlp/plugins/songs/forms/editsongform.py @@ -483,6 +483,8 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog): self.VerseListWidget.resizeRowsToContents() self.VerseListWidget.repaint() self.tagRows() + self.VerseEditButton.setEnabled(False) + self.VerseDeleteButton.setEnabled(False) def onVerseDeleteButtonClicked(self): self.VerseListWidget.removeRow(self.VerseListWidget.currentRow())