Merge lp:~raoul-snyman/openlp/bug-854125 into lp:openlp

Proposed by Raoul Snyman
Status: Merged
Approved by: Tim Bentley
Approved revision: 1751
Merged at revision: 1751
Proposed branch: lp:~raoul-snyman/openlp/bug-854125
Merge into: lp:openlp
Diff against target: 11 lines (+0/-1)
1 file modified
openlp/core/ui/maindisplay.py (+0/-1)
To merge this branch: bzr merge lp:~raoul-snyman/openlp/bug-854125
Reviewer Review Type Date Requested Status
Tim Bentley Approve
Review via email: mp+76087@code.launchpad.net

Commit message

Remove reference to the non-existent __del__ method.

Description of the change

Remove reference to the non-existent __del__ method.

To post a comment you must log in.
Revision history for this message
Tim Bentley (trb143) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openlp/core/ui/maindisplay.py'
2--- openlp/core/ui/maindisplay.py 2011-08-31 07:49:57 +0000
3+++ openlp/core/ui/maindisplay.py 2011-09-19 19:06:28 +0000
4@@ -606,7 +606,6 @@
5 self.stop()
6 for path in self.mediaObject.outputPaths():
7 path.disconnect()
8- QtCore.QObject.__del__(self)
9
10 def onAboutToFinish(self):
11 """