Opened 17 years ago

Closed 17 years ago

#3774 closed patch (fixed)

Default view for MythVideo doesn't work

Reported by: Bill <cizek@…> Owned by: Anduin Withers
Priority: minor Milestone: unknown
Component: mythvideo Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Recently, the Default view for MythVideo? stopped working - in setup I select "List" view, but MythVideo? comes up with "Gallery" View.

Commit 14047 changed the numeric codes for (Browse / Gallery / Tree) from (0 / 1 / 2) to (1 / 2 / 4) but this change was not reflected in the setup dialog. The attached patch fixes this.

Attachments (1)

mvd.patch (1.2 KB) - added by Bill <cizek@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by Bill <cizek@…>

Attachment: mvd.patch added

comment:1 Changed 17 years ago by Anduin Withers

Resolution: fixed
Status: newclosed

(In [14081]) Closes #3774

Handle DialogType? enum value change I introduced in [14047]. It now falls back to Gallery if the value is out of range.

Thanks to Bill (cizek at rcn) for finding and patching this.

Note: See TracTickets for help on using tickets.