← Back to team overview

openlp-core team mailing list archive

[Bug 1310084] [NEW] OpenLP crashes if "Automatically open the last service" is set

 

Public bug reported:

Using "trunk" version on Xubuntu 13.10

Steps to reproduce:
  1. Set the "Automatically open the last service" setting.
  2. Restart openLP.

Observed:
  OpenLP will crash, bringing up the bug reporting tool with the key traceback line:

  File "/home/nutmeg/openlp/load_last_file/openlp/core/ui/mainwindow.py", line 601, in show
    self.service_manager_contents.load_Last_file()
AttributeError: 'ServiceManager' object has no attribute 'load_Last_file'

  On dismissing the box, openLP will close

Expected:
  OpenLP should open, loading the last service file.

Notes:
  ServiceManager.load_Last_file does not exist, but load_last_file does.

** Affects: openlp
     Importance: Undecided
         Status: New

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

Title:
  OpenLP crashes if "Automatically open the last service" is set

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Using "trunk" version on Xubuntu 13.10

  Steps to reproduce:
    1. Set the "Automatically open the last service" setting.
    2. Restart openLP.

  Observed:
    OpenLP will crash, bringing up the bug reporting tool with the key traceback line:

    File "/home/nutmeg/openlp/load_last_file/openlp/core/ui/mainwindow.py", line 601, in show
      self.service_manager_contents.load_Last_file()
  AttributeError: 'ServiceManager' object has no attribute 'load_Last_file'

    On dismissing the box, openLP will close

  Expected:
    OpenLP should open, loading the last service file.

  Notes:
    ServiceManager.load_Last_file does not exist, but load_last_file does.

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


Follow ups

References