← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~googol-hush/openlp/suggestion into lp:openlp

 

Review: Needs Fixing
row_list = [item.row() for item in items]

make the second loop:
for row in row_list:
so no one can get confused with two uses of item

and as everyone else says, fix for media and presentations too.
-- 
https://code.launchpad.net/~googol-hush/openlp/suggestion/+merge/28651
Your team OpenLP Core is subscribed to branch lp:openlp.



References