Skip to content

Commit

Permalink
Interim fix for job status flag not being updated. Fixes #10144
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Nov 1, 2011
1 parent 990a68c commit b4f030c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mythtv/programs/mythfrontend/playbackbox.cpp
Expand Up @@ -1322,6 +1322,10 @@ void PlaybackBox::updateRecList(MythUIButtonListItem *sel_item)

item->DisplayState(state, "status");

state = extract_job_state(**it);

item->DisplayState(state, "jobstate");

item->DisplayState(QString::number((*it)->GetStars(10)), "ratingstate");

SetItemIcons(item, (*it));
Expand Down

0 comments on commit b4f030c

Please sign in to comment.