← Back to team overview

openlp-core team mailing list archive

[Bug 1386710] Re: Saving setting gives traceback

 

** Changed in: openlp
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1386710

Title:
  Saving setting gives traceback

Status in OpenLP - Worship Presentation Software:
  Fix Released

Bug description:
  Found on Ubuntu 14.04, using latest OpenLP trunk.

  Steps to reproduce:
  1. Remove the setting files (if it exists): "rm ~.config/OpenLP/OpenLP.conf"
  2. Start OpenLP, run through the wizard - leave the Remote-plugin disabled.
  3. When in OpenLP go to Settings, change something (eg. change presentation display), click save, traceback  pops up:

  
  Traceback (most recent call last):
    File "/home/tgc/OpenLP/trunk/openlp/core/ui/settingsform.py", line 100, in accept
      self.stacked_layout.widget(tabIndex).save()
    File "/home/tgc/OpenLP/trunk/openlp/plugins/remotes/lib/remotetab.py", line 286, in save
      self.generate_icon()
    File "/home/tgc/OpenLP/trunk/openlp/plugins/remotes/lib/remotetab.py", line 316, in generate_icon
      self.remote_server_icon.hide()
  AttributeError: 'RemoteTab' object has no attribute 'remote_server_icon'

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


References