Opened 16 years ago
Closed 16 years ago
#8002 closed patch (fixed)
PATCH: add defaultmenu to search path for menu xml files
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This patch adds defaultmenu to the search path for menutheme xml files. This is not a new feature, but restores the functionality before the menuxml files moved.
Attachments (1)
Change History (2)
by , 16 years ago
| Attachment: | menutheme_fallback.patch added |
|---|
comment:1 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [24036]) Fixes #8002. Align menu theme fallback behavior with UI theme fallback behavior by using defaultmenu as a last resort menu theme fallback. Restores old behavior. Patch by James Meyer.