Opened 17 years ago

Closed 17 years ago

#3144 closed defect (fixed)

Fix typo in ButtonSetting::configWidget

Reported by: malban@… Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

I found that the help text for ButtonSetting? objects is not being displayed. The cause is a line commented out of ButtonSetting::configWidget method. The result is that the ButtonSetting? object does not set the help text of it's underlying widget. The line was commented out when the method was origionally submitted 3 years ago, appearently a typo. Uncommenting the line that is already there fixes this error with no obvious side effects.

Attachments (1)

button.patch (531 bytes) - added by malban@… 17 years ago.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by malban@…

Attachment: button.patch added

comment:1 Changed 17 years ago by anonymous

Type: patchdefect

comment:2 Changed 17 years ago by paulh

Resolution: fixed
Status: newclosed

(In [13122]) Trivial patch to ensure ButtonSetting?'s show there help text. Closes #3144.

Note: See TracTickets for help on using tickets.