~suutari-olli/openlp/click-slide-to-go-live-from-blank

« back to all changes in this revision

Viewing changes to openlp/plugins/custom/forms/editcustomform.py

  • Committer: Simon Hanna
  • Date: 2016-05-17 08:48:19 UTC
  • mfrom: (2625.1.36 openlp)
  • mto: (2625.1.37 openlp)
  • mto: This revision was merged to the branch mainline in revision 2649.
  • Revision ID: simon.hanna@serve-me.info-20160517084819-lgup78nzyzjympuu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
            # Insert all slides to make the old_slides list complete.
199
199
            for slide in slides:
200
200
                old_slides.insert(old_row, slide)
 
201
                old_row += 1
201
202
            self.slide_list_view.addItems(old_slides)
202
203
        self.slide_list_view.repaint()
203
204