#! /bin/sh /usr/share/dpatch/dpatch-run ## 01_compile_0.21.dpatch by Mario Limonciello ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Compatibility for MythTV 0.21 @DPATCH@ diff -urNad mythstream-0.18.1~/mythstream/mythstream.cpp mythstream-0.18.1/mythstream/mythstream.cpp --- mythstream-0.18.1~/mythstream/mythstream.cpp 2007-09-25 17:54:33.000000000 -0500 +++ mythstream-0.18.1/mythstream/mythstream.cpp 2008-01-30 14:21:15.000000000 -0600 @@ -460,7 +460,7 @@ parameter = editBox->text(); - delete popBox; + popBox->deleteLater(); popBox = NULL; return parameter; @@ -549,7 +549,7 @@ streamStorage->removeRecord(ident_maingui, values, errorMessage); } - delete popBox; + popBox->deleteLater(); popBox = NULL; return;