← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol/openlp/random-regression-bugs into lp:openlp

 

Review: Needs Fixing

253	+ # WHEN: Show the dialog.
254	+ self.form.exec_()
255	+ # Create a new custom item.
256	+ self.form.load_custom(0)


# WHEN: The dialog is shown and a new custom item created
self.form.exec_()
self.form.load_custom(0)
-- 
https://code.launchpad.net/~googol/openlp/random-regression-bugs/+merge/156065
Your team OpenLP Core is subscribed to branch lp:openlp.


References