Opened 18 years ago

Closed 18 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)

iconview.diff (309 bytes) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by anonymous

Attachment: iconview.diff added

comment:1 Changed 18 years ago by danielk

Milestone: 0.20
Owner: changed from Isaac Richards to danielk
Version: head

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.