openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11222
[Bug 820534] Re: multiple custom slide delete causes traceback
Hey John,
I cannot reproduce this. What are the steps you took? It seems that you were viewing (live/preivew) a item!?
Cheers
** Changed in: openlp
Status: New => Incomplete
--
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