Modify ↓
Ticket #7004 (closed defect: fixed)
Opened 3 years ago
Last modified 22 months ago
Add new playback entry fails
| Reported by: | achew22+mythtv@… | Owned by: | danielk |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | MythTV - General | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description (last modified by Dibblah) (diff)
When you go into TV Settings | Create a new entry, the entry is added but not displayed. If you hit next and then finish through the whole screen and then go back in the entry exists.
Subversion 21722.
Attachments
Change History
comment:1 Changed 2 years ago by Dibblah
- Owner changed from ijr to danielk
- Status changed from new to assigned
- Description modified (diff)
comment:3 Changed 2 years ago by mdean
The "addentry rejected" message is a logging error and is unrelated to the repaint issue. It's caused by an invalid comparison and can be fixed by using kDialogCodeAccepted instead of QDialog::Accepted in the comparison.
comment:4 Changed 2 years ago by mdean
Note: See
TracTickets for help on using
tickets.

Still an issue in 23739.
The log shows 'addentry rejected' even thought the 'Finish' button was selected. Also, the 'Add New Entry' button only works once per entry to the wizard.