Ticket #1085: mythtv_mythfrontend.diff
File mythtv_mythfrontend.diff, 1.6 KB (added by , 20 years ago) |
---|
-
programs/mythfrontend/playbackbox.cpp
3838 3838 else if (dispGroup == "LiveTV") 3839 3839 dispGroup = tr("LiveTV"); 3840 3840 3841 groups += QString ::fromUtf8(QString("%1 [%2 %3]").arg(dispGroup)3842 .arg(items).arg(itemStr));3841 groups += QString("%1 [%2 %3]").arg(dispGroup) 3842 .arg(items).arg(itemStr); 3843 3843 3844 3844 recGroupType[query.value(0).toString()] = "recgroup"; 3845 3845 … … 3880 3880 3881 3881 if (!recGroupType.contains(dispGroup)) 3882 3882 { 3883 groups += QString ::fromUtf8(QString("%1 [%2 %3]").arg(dispGroup)3884 .arg(items).arg(itemStr));3883 groups += QString("%1 [%2 %3]").arg(dispGroup) 3884 .arg(items).arg(itemStr); 3885 3885 3886 3886 recGroupType[dispGroup] = "category"; 3887 3887 } … … 4082 4082 else if (dispGroup == "LiveTV") 4083 4083 dispGroup = tr("LiveTV"); 4084 4084 4085 groups += QString::fromUtf8(QString("%1 [%2 %3]") 4086 .arg(dispGroup) 4087 .arg(query.value(1).toInt()) 4088 .arg(itemStr)); 4085 groups += QString("%1 [%2 %3]").arg(dispGroup) 4086 .arg(query.value(1).toInt()).arg(itemStr); 4089 4087 } 4090 4088 } 4091 4089 groups.sort();