openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11230
[Bug 820534] Re: multiple custom slide delete causes traceback
This is what I did. I created three custom slides. Closed openlp. Opened
it again and the viewer window comes up. I ESC and close the viewer
window. I selected the three custom slides and pressed the delete key
and got the traceback. It did not traceback using the context menu
delete, only the key. I attached the debug.
** Attachment added: "openlp.log"
https://bugs.launchpad.net/openlp/+bug/820534/+attachment/2260578/+files/openlp.log
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/820534
Title:
multiple custom slide delete causes traceback
Status in OpenLP - Worship Presentation Software:
Incomplete
Bug description:
Trunk 1699 Kubuntu
I was deleting some Custom slides from Media Manager. I used Ctrl
click and highlighted 3 of them and hit the delete key on the keyboard
and got this traceback. I close the traceback and it comes up for
each additional delete.
Traceback (most recent call last):
File "/home/john/Projects/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 472, in onSelectionChange
self.onPreviewClick(True)
File "/home/john/Projects/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 485, in onPreviewClick
serviceItem = self.buildServiceItem()
File "/home/john/Projects/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 579, in buildServiceItem
if self.generateSlideData(serviceItem, item, xmlVersion):
File "/home/john/Projects/openlp/trunk/openlp/plugins/custom/lib/mediaitem.py", line 236, in generateSlideData
title = customSlide.title
AttributeError: 'NoneType' object has no attribute 'title'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/820534/+subscriptions
References