Ticket #9539: 207-Skip_updateGroupInfo.patch
| File 207-Skip_updateGroupInfo.patch, 646 bytes (added by , 16 years ago) |
|---|
-
mythtv/programs/mythfrontend/playbackbox.cpp
old new void PlaybackBox::updateRecList(MythUIBu 1221 1221 QString groupname = sel_item->GetData().toString(); 1222 1222 QString grouplabel = sel_item->GetText(); 1223 1223 1224 updateGroupInfo(groupname, grouplabel);1225 1226 1224 if ((m_currentGroup == groupname) && !m_needUpdate) 1227 1225 return; 1228 1226 1227 updateGroupInfo(groupname, grouplabel); 1228 1229 1229 m_needUpdate = false; 1230 1230 1231 1231 if (!m_isFilling)
