Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bug-854125 into
lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #854125 in OpenLP: "Exception AttributeError: "type object 'QObject' has
no attribute '__del__'""
https://bugs.launchpad.net/openlp/+bug/854125
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/bug-854125/+merge/76087
Remove reference to the non-existent __del__ method.
--
https://code.launchpad.net/~raoul-snyman/openlp/bug-854125/+merge/76087
Your team OpenLP Core is requested to review the proposed merge of
lp:~raoul-snyman/openlp/bug-854125 into lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py 2011-08-31 07:49:57 +0000
+++ openlp/core/ui/maindisplay.py 2011-09-19 19:06:28 +0000
@@ -606,7 +606,6 @@
self.stop()
for path in self.mediaObject.outputPaths():
path.disconnect()
- QtCore.QObject.__del__(self)
def onAboutToFinish(self):
"""
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp