← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~stewart-e/openlp/bug-1310084 into lp:openlp

 

Stewart Becker has proposed merging lp:~stewart-e/openlp/bug-1310084 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~stewart-e/openlp/bug-1310084/+merge/216527

Fixed a typo: load_Last_file -> load_last_file
Fixes bug 1310084: OpenLP crashes if "Automatically open the last service" is set
-- 
https://code.launchpad.net/~stewart-e/openlp/bug-1310084/+merge/216527
Your team OpenLP Core is requested to review the proposed merge of lp:~stewart-e/openlp/bug-1310084 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py	2014-04-12 20:19:22 +0000
+++ openlp/core/ui/mainwindow.py	2014-04-19 22:03:59 +0000
@@ -598,7 +598,7 @@
         if self.arguments:
             self.open_cmd_line_files()
         elif Settings().value(self.general_settings_section + '/auto open'):
-            self.service_manager_contents.load_Last_file()
+            self.service_manager_contents.load_last_file()
         self.timer_version_id = self.startTimer(1000)
         view_mode = Settings().value('%s/view mode' % self.general_settings_section)
         if view_mode == 'default':


Follow ups