> QtCore.QSettings().value(self.parent.generalSettingsSection + u'/enable slide > loop' > should be > QtCore.QSettings().value(u'general/enable slide loop'
Tim, what Joshua has is consistent with the rest of slidecontroller.py, and we've just spent the last few days telling him to replace the 'general' with the self.parent.generalSettingsSection! -- https://code.launchpad.net/~milleja46/openlp/milleja46/+merge/62387 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

