Skip to content

Commit

Permalink
Remove duplicate recgroups from the list in the schedule editor.
Browse files Browse the repository at this point in the history
Fixes #9173

Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
  • Loading branch information
Jason Chambers authored and stuartm committed Dec 10, 2010
1 parent 6fe2330 commit f5b9281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/programs/mythfrontend/scheduleeditor.cpp
Expand Up @@ -771,6 +771,7 @@ void StoreOptEditor::Load()
}

groups.sort();
groups.removeDuplicates();
for (it = groups.begin(); it != groups.end(); ++it)
{
label = tr("Include in the \"%1\" recording group");
Expand Down

0 comments on commit f5b9281

Please sign in to comment.