Opened 17 years ago
Closed 17 years ago
#6034 closed patch (fixed)
Add missing check to see if the channel icons is defined for each channel in guidegrid.cpp
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | channel icons program guide |
Cc: | Ticket locked: | no |
Description
The attached patch fixes a bug in the program guide were if you have selected to show channel icons it would request the file even if it wasn't defined for this channel in the database. The patch just adds a missing check (which is completed for other paths in the code) to ensure it doesn't query for the file. This fixes a guide slowdown for me under certain network conditions.
Attachments (2)
Change History (5)
by , 17 years ago
Attachment: | fix.channel.icons.patch added |
---|
comment:1 by , 17 years ago
Please disregard the patch: "fix.channel.icons.patch" This caused a regression in that the icon for the information display area was not cleared correctly.
Patch: "fix.channel.icons.0.1.patch" fixes the reported issue without this regression.
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
Adds an additional sanity check.