openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #04830
[Bug 690335] Re: The slides of a customs item cannot be reduced to one
** Changed in: openlp
Status: New => Confirmed
** Changed in: openlp
Importance: Undecided => High
** Changed in: openlp
Assignee: (unassigned) => Tim Bentley (trb143)
** Changed in: openlp
Milestone: None => 1.9.4
** Changed in: openlp
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/690335
Title:
The slides of a customs item cannot be reduced to one
Status in OpenLP - Worship Presentation Software:
Fix Committed
Bug description:
Hello!
trunk: r1146
1) Create a customs item with a few slides (e. g. to slides).
2) Save it.
3) Edit it (select "edit all" and remove the [---] so that you have only one slide left).
4) Try to save it (will not work).
Traceback (most recent call last):
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/custom/forms/editcustomform.py", line 215, in onEditAllButtonPressed
self.updateSlideList(self.editSlideForm.getText(), True)
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/custom/forms/editcustomform.py", line 228, in updateSlideList
self.slideListView.currentItem().setText(slides[0])
AttributeError: 'NoneType' object has no attribute 'setText'
Cheers
References