Ticket #6167: 6167-v1.diff

File 6167-v1.diff, 917 bytes (added by Roo, 17 years ago)

Exit livetv with prompt enabled fix, plus trivial typo in logged message.

  • libs/libmythtv/tv_play.cpp

     
    40814081            if (ctx->HasNVP() && (12 & db_playback_exit_prompt))
    40824082            {
    40834083                PromptStopWatchingRecording(ctx);
     4084                return handled;
    40844085            }
    40854086            else
    40864087            {
  • libs/libmythtv/osd.cpp

     
    21342134    if (container)
    21352135    {
    21362136        VERBOSE(VB_IMPORTANT, LOC_ERR +
    2137                 QString("NewDialogBox, dialog containter for "
     2137                QString("NewDialogBox, dialog container for "
    21382138                        "'%1' already exists.").arg(name));
    21392139        return;
    21402140    }