Skip to content

Commit

Permalink
Leave visibility status of progress text in notification up to the th…
Browse files Browse the repository at this point in the history
…eme.
  • Loading branch information
jyavenard committed Jul 9, 2013
1 parent 3a7abbf commit 3a7ca4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/libs/libmythui/mythuinotificationcenter.cpp
Expand Up @@ -314,10 +314,6 @@ void MythUINotificationScreen::Init(void)
m_progressBar->SetVisible((m_content & kDuration) != 0); m_progressBar->SetVisible((m_content & kDuration) != 0);


} }
if (m_progresstextText)
{
m_progresstextText->SetVisible((m_content & kDuration) != 0);
}


// No field will be refreshed the next time unless specified otherwise // No field will be refreshed the next time unless specified otherwise
m_update = kNone; m_update = kNone;
Expand Down

0 comments on commit 3a7ca4e

Please sign in to comment.