Opened 21 years ago
Closed 21 years ago
Last modified 19 years ago
#72 closed patch (fixed)
Default Theme
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | 0.18.1 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If a theme is set up inside mythtv and then that theme's directory is deleted after the set up, mythfrontend will not start up.
Attachments (2)
Change History (4)
by , 21 years ago
| Attachment: | default_theme.diff added |
|---|
by , 21 years ago
| Attachment: | default_theme_no_warning.diff added |
|---|
This diff does the same thing with exception of not producing warnings of reaching the end non-void statement without return.
comment:1 by , 21 years ago
This patch is completely broken. I don't understand why you're replacing the return with an exit, and even the 'no_warning.diff' version will fall off the end of that function without a return. You're also breaking the 'default' menu theme. Additionally, you're not following the indentation style.

Allows the default theme to be G.A.N.T. if the preferred theme cannot be found.