← Back to team overview

openlp-core team mailing list archive

[Bug 1152507] Re: Enable/disable players causes traceback

 

** Changed in: openlp/trunk
       Status: New => 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/1152507

Title:
  Enable/disable players causes traceback

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  Hello,

  Disabling or enabling a player creates this traceback:

  Traceback (most recent call last):
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/settingsform.py", line 109, in accept
      self.stackedLayout.widget(tabIndex).save()
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/ui/media/playertab.py", line 233, in save
      Registry().execute(u'config_screen_changed')
    File "/home/andreas/Projects/OpenLP/trunk/openlp/core/lib/registry.py", line 162, in execute
      result = function(*args, **kwargs)
    File "/home/andreas/Projects/OpenLP/trunk/openlp/plugins/media/lib/mediaitem.py", line 217, in display_setup
      self.media_controller.setup_display(self.display_controller.previewDisplay, False)
  AttributeError: 'DisplayController' object has no attribute 'previewDisplay'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1152507/+subscriptions


References