← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~j-corwin/openlp/bug-870879 into lp:openlp

 

Jonathan Corwin has proposed merging lp:~j-corwin/openlp/bug-870879 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #870879 in OpenLP: "VLC causes process to continuing running on exit (Windows)"
  https://bugs.launchpad.net/openlp/+bug/870879

For more details, see:
https://code.launchpad.net/~j-corwin/openlp/bug-870879/+merge/110928

Hopefully fix the issue with the Windows process not exiting on some systems
-- 
https://code.launchpad.net/~j-corwin/openlp/bug-870879/+merge/110928
Your team OpenLP Core is requested to review the proposed merge of lp:~j-corwin/openlp/bug-870879 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py	2012-06-09 23:14:28 +0000
+++ openlp/core/ui/mainwindow.py	2012-06-18 22:38:21 +0000
@@ -1216,6 +1216,8 @@
         if self.liveController.display:
             self.liveController.display.close()
             self.liveController.display = None
+        # Allow the main process to exit
+        self.application = None
 
     def serviceChanged(self, reset=False, serviceName=None):
         """


Follow ups