Ticket #1957: pbb-orphan.diff

File pbb-orphan.diff, 854 bytes (added by charlton.duncan@…, 18 years ago)

Patch

  • programs/mythfrontend/playbackbox.cpp

     
    14901490
    14911491                if ((viewMask & VIEW_TITLES)) // Show titles
    14921492                {
    1493                     progLists[p->title].prepend(p);
    14941493                    sTitle = sortTitle(p->title, viewMask, titleSort,
    14951494                            p->recpriority);
    14961495                    sTitle = sTitle.lower();
    1497                     sortedList[sTitle] = p->title;
     1496
     1497                    if (!sortedList.contains(sTitle))
     1498                        sortedList[sTitle] = p->title;
     1499                    progLists[sortedList[sTitle]].prepend(p);
    14981500                }
    14991501
    15001502                if ((viewMask & VIEW_RECGROUPS) &&