Skip to content

Commit

Permalink
Add missing break statement in PlaybackBox::ShowAvailabilityPopup(). …
Browse files Browse the repository at this point in the history
…Caught by Coverity.
  • Loading branch information
stuartm committed May 18, 2012
1 parent acc4cd4 commit fae8d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/programs/mythfrontend/playbackbox.cpp
Expand Up @@ -2649,6 +2649,7 @@ void PlaybackBox::ShowAvailabilityPopup(const ProgramInfo &pginfo)
ShowOkPopup(tr("Recording Unavailable\n") + msg + ShowOkPopup(tr("Recording Unavailable\n") + msg +
tr("This recording is currently being " tr("This recording is currently being "
"deleted and is unavailable")); "deleted and is unavailable"));
break;
case asDeleted: case asDeleted:
ShowOkPopup(tr("Recording Unavailable\n") + msg + ShowOkPopup(tr("Recording Unavailable\n") + msg +
tr("This recording has been " tr("This recording has been "
Expand Down

0 comments on commit fae8d9f

Please sign in to comment.