Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#6930 closed defect (fixed)

Mythvideo Play... menu not shown unless trailers enabled, should allow for enabled AltPlayer as well

Reported by: anonymous Owned by: Anduin Withers
Priority: trivial Milestone: 0.22
Component: Plugin - MythVideo Version: unknown
Severity: low Keywords:
Cc: Ticket locked: no

Description

Missing addition clause on if statement in mythvideo/videodlg.cpp line 3564. Add "
m_d->m_altPlayerEnabled" to if statement.

Also, add true to line 3566 to show the > on the menu: m_menuPopup->AddButton?(tr("Play..."), SLOT(PlayMenu?()), true);

Change History (3)

comment:1 Changed 15 years ago by anonymous

Apologies, should say "Missing additional clause...

comment:2 Changed 15 years ago by robertm

Resolution: fixed
Status: newclosed

(In [21564]) Closes #6930. Allow Play context menu in MythVideo? to appear if alternate player is enabled.

comment:3 Changed 15 years ago by robertm

Milestone: unknown0.22
Note: See TracTickets for help on using tickets.