Fixed as appropiate according to TRB143.

This commit is contained in:
Philip Ridout 2011-03-15 20:10:36 +00:00
parent a8c45c619e
commit b6d2423cb3
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ class SongShowPlusImport(SongImport):
elif blockKey == COMMENTS:
self.comments = unicode(data, u'cp1252')
elif blockKey == VERSE_ORDER:
verseTag = self.toOpenLPVerseTag(data, 1)
verseTag = self.toOpenLPVerseTag(data, True)
if verseTag:
self.sspVerseOrderList.append(unicode(verseTag,
u'cp1252'))