← Back to team overview

openlp-core team mailing list archive

[Bug 677710] Re: Dragging video from media manager to the service manager results in error

 

I changed to the database we use in church and this was no longer a
problem so I have attached ~/.local/share/openlp/ folder these files
worked fine until build 1118

** Attachment added: "openlp.tar.gz"
   https://bugs.launchpad.net/openlp/+bug/677710/+attachment/1739336/+files/openlp.tar.gz

-- 
Dragging video from media manager to the service manager results in error
https://bugs.launchpad.net/bugs/677710
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.

Status in OpenLP - Worship Presentation Software: New

Bug description:
Using build 1118, I get this error:


Traceback (most recent call last):
  File "/home/wesley/Projects/openlp/trunk/openlp/core/lib/plugin.py", line 245, in processAddServiceEvent
    self.mediaItem.onAddClick()
  File "/home/wesley/Projects/openlp/trunk/openlp/core/lib/mediamanageritem.py", line 492, in onAddClick
    self.parent.serviceManager.addServiceItem(service_item)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/ui/servicemanager.py", line 898, in addServiceItem
    item.render()
  File "/home/wesley/Projects/openlp/trunk/openlp/core/lib/serviceitem.py", line 159, in render
    self.render_manager.set_override_theme(theme, useOverride)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/lib/rendermanager.py", line 158, in set_override_theme
    self.renderer.set_theme(self.themedata)
  File "/home/wesley/Projects/openlp/trunk/openlp/core/lib/renderer.py", line 63, in set_theme
    self.theme_name = theme.theme_name
AttributeError: 'unicode' object has no attribute 'theme_name'





References