Opened 19 years ago

Closed 19 years ago

#280 closed patch (fixed)

lcd displaying wrong information

Reported by: Simon Kenyon <simon@…> Owned by: Isaac Richards
Priority: major Milestone: 0.19
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

i was in the programme guide and then backed out to the top level menu. my lcd is cycling between

MYTH-MAIN> TV

<blank>

Pre-scaling them


<the time>

All Star Cup

the last is the program i was last watching in live-tv. by going into live-tv and out again the display is fixed showing the current time, but if i go back into the programme guide it starts cycling again (as above but with new program details).

Attachments (1)

patch.diff (472 bytes) - added by anonymous 19 years ago.
patch

Download all attachments as: .zip

Change History (5)

comment:1 Changed 19 years ago by Paul

change line 2316 in libmyth/themedmenu.cpp

    lcddev->stopAll();

to

    lcddev->switchToTime();

Paul

Changed 19 years ago by anonymous

Attachment: patch.diff added

patch

comment:2 Changed 19 years ago by anonymous

Milestone: 0.19
Severity: lowmedium

I had the same Problem and attached the suggested Patch

comment:3 Changed 19 years ago by anonymous

Priority: minormajor
Type: defectpatch

comment:4 Changed 19 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [7417]) Close #280 by applying patch.

Note: See TracTickets for help on using tickets.