Skip to content

Commit

Permalink
Fix for recpriorityB textarea in ProgramRecPriority.
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
  • Loading branch information
Bill Stuff authored and stuartm committed Jan 29, 2011
1 parent c2e4cd0 commit d78edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/programrecpriority.cpp
Expand Up @@ -426,7 +426,7 @@ bool ProgramRecPriority::Create()
m_rectypePriorityText = dynamic_cast<MythUIText *>
(GetChild("rectypepriority"));
m_recPriorityText = dynamic_cast<MythUIText *> (GetChild("recpriority"));
m_recPriorityBText = dynamic_cast<MythUIText *> (GetChild("recpriorityb"));
m_recPriorityBText = dynamic_cast<MythUIText *> (GetChild("recpriorityB"));
m_finalPriorityText = dynamic_cast<MythUIText *> (GetChild("finalpriority"));
m_recGroupText = dynamic_cast<MythUIText *> (GetChild("recordinggroup"));
m_storageGroupText = dynamic_cast<MythUIText *> (GetChild("storagegroup"));
Expand Down

0 comments on commit d78edbd

Please sign in to comment.