Opened 18 years ago
Closed 18 years ago
#4205 closed defect (fixed)
Transposed SaveSettingOnHost() arguments in SetDefaultProfileName()
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Patch fixes transposed args in call to SaveSettingOnHost() from VideoDisplayProfile::SetDefaultProfileName().
I noticed a bad value in my DB for one of my hosts (or data's? ;). I did not create a dbcheck update to clear out invalid values, but will do so if requested. I figure since the value is harmless and the bad code never existed in any released versions, it's not necessary.
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | mythtv-SetDefaultProfileName_transposed_args.patch added |
---|
comment:1 by , 18 years ago
Milestone: | unknown → 0.21 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [14938]) Fixes #4205. Applies patch from mtdean. The arguements to SaveSettingsOnHost() were transposed in SetDefaultProfileName().
Because of how the function is currently used the bug doesn't have a negative effect on the use of the UI, but it does put bogus entries in the settings table.