Opened 19 years ago
Closed 19 years ago
#2144 closed defect (fixed)
MythGallery fails to load in SVN 10707 and later
| Reported by: | anonymous | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.20 |
| Component: | mythgallery | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
As of SVN 10707, trying to start MythGallery results in the following error message:
"MythGallery failed to load, see console for details"
This is due to the IconView::LoadViewTheme method not setting a return value in all cases. The attached patch should fix it.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | iconview.diff added |
|---|
comment:1 by , 19 years ago
| Milestone: | → 0.20 |
|---|---|
| Owner: | changed from to |
| Version: | → head |
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [10732]) Fixes #2144. LoadViewTheme was returning an undefined value, illegitamitely blocking MythGallery loading in some cases.