From f2291463639f2eece9511cade84e3e64dc9dd74f Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 22 Mar 2011 08:43:31 +0200 Subject: [PATCH] Fixed a bug where not all Bible versions were shown with multiple versions. --- openlp/plugins/bibles/lib/versereferencelist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/bibles/lib/versereferencelist.py b/openlp/plugins/bibles/lib/versereferencelist.py index 52030fe91..46c228f39 100644 --- a/openlp/plugins/bibles/lib/versereferencelist.py +++ b/openlp/plugins/bibles/lib/versereferencelist.py @@ -71,7 +71,7 @@ class VerseReferenceList(object): continue prev = index - 1 if self.verse_list[prev][u'version'] != verse[u'version']: - result = u'%s (%s)' % (result, verse[u'version']) + result = u'%s (%s)' % (result, self.verse_list[prev][u'version']) result = result + u', ' if self.verse_list[prev][u'book'] != verse[u'book']: result = u'%s%s %s:' % (result, verse[u'book'],