From 41402ab0789d744dc726e9e45d88b8892c171765 Mon Sep 17 00:00:00 2001 From: M2j Date: Sun, 29 Apr 2012 18:01:15 +0200 Subject: [PATCH] add a space character --- openlp/plugins/songs/lib/easyslidesimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/easyslidesimport.py b/openlp/plugins/songs/lib/easyslidesimport.py index eb21e6fc2..30d12964a 100644 --- a/openlp/plugins/songs/lib/easyslidesimport.py +++ b/openlp/plugins/songs/lib/easyslidesimport.py @@ -236,7 +236,7 @@ class EasySlidesImport(SongImport): region = defaultregion inst = 1 if self._listHas(verses, [reg, vt, vn, inst]): - inst = len(verses[reg][vt][vn])+1 + inst = len(verses[reg][vt][vn]) + 1 else: if not [reg, vt, vn, inst] in our_verse_order: our_verse_order.append([reg, vt, vn, inst])