diff -Nru checkbox-0.13.9/debian/changelog checkbox-0.13.10/debian/changelog --- checkbox-0.13.9/debian/changelog 2012-11-23 09:25:02.000000000 +0000 +++ checkbox-0.13.10/debian/changelog 2013-10-10 23:24:35.000000000 +0000 @@ -1,3 +1,11 @@ +checkbox (0.13.10) precise-proposed; urgency=low + + [Daniel Manrique] + * Removed references to Ubuntu Friendly due to sunsetting of the project. + (LP: #1224533) + + -- Daniel Manrique Wed, 25 Sep 2013 16:36:00 -0400 + checkbox (0.13.9) precise-proposed; urgency=low * Updated fix for bug #1026614 which was missing some code. diff -Nru checkbox-0.13.9/qt/frontend/qtfront.ui checkbox-0.13.10/qt/frontend/qtfront.ui --- checkbox-0.13.9/qt/frontend/qtfront.ui 2012-11-23 09:25:02.000000000 +0000 +++ checkbox-0.13.10/qt/frontend/qtfront.ui 2013-09-25 20:41:05.000000000 +0000 @@ -1033,7 +1033,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">Please enter the e-mail address associated with your Launchpad account (if applicable)</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">and click the Submit Results button to submit these test results to Ubuntu Friendly.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#000000;">and click the Submit Results button to submit these test results to Launchpad.</span></p></body></html> false diff -Nru checkbox-0.13.9/qt/frontend/treemodel.cpp checkbox-0.13.10/qt/frontend/treemodel.cpp --- checkbox-0.13.9/qt/frontend/treemodel.cpp 2012-11-23 09:25:02.000000000 +0000 +++ checkbox-0.13.10/qt/frontend/treemodel.cpp 2013-09-25 20:39:15.000000000 +0000 @@ -8,6 +8,8 @@ void TreeModel::warn() { + // Recoded fix for LP: 1224533. Just return without showing this message. + return; if (!m_messageBox) m_messageBox = new QErrorMessage(); m_messageBox->showMessage(checkboxTr("Unselecting a test will invalidate your submission for Ubuntu Friendly. If you plan to participate in Ubuntu Friendly, please, select all tests. You can always skip individual tests if you don't have the needed equipment.",0));