From cf73f77e0df7ca5bb5642bc9a536f307cede28ef Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 19 Jun 2010 11:37:58 +0100 Subject: [PATCH] Fix bug #596211 --- openlp/plugins/songs/forms/editsongform.py | 2 -- 1 file changed, 2 deletions(-) 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):