diff --git a/openlp/plugins/songs/forms/editsongform.py b/openlp/plugins/songs/forms/editsongform.py index 0bdff1897..3665903b8 100644 --- a/openlp/plugins/songs/forms/editsongform.py +++ b/openlp/plugins/songs/forms/editsongform.py @@ -460,8 +460,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog): self.VerseListWidget.setItem(row, 0, item) self.VerseListWidget.resizeRowsToContents() self.VerseListWidget.repaint() - self.VerseEditButton.setEnabled(False) - self.VerseDeleteButton.setEnabled(False) self.tagRows() def onVerseEditAllButtonClicked(self):