Removing the app_startup method is wrong and a hack. app_startup is there for a reason to provide late initialisation and is called in a number of places.
What you need to do is to call it conditionally from initialise which may be the safer fix. It may need a bigger fix but that is for later. -- https://code.launchpad.net/~phill-ridout/openlp/bug1411433/+merge/247224 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

