Opened 18 years ago

Closed 18 years ago

#2114 closed defect (fixed)

Mythgallery -- "ESCAPE" from submenu exits mythgallery

Reported by: anonymous Owned by: danielk
Priority: minor Milestone: 0.20
Component: mythgallery Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The following happens in SVN (10665)

(1) Make sure "Media Monitoring" is turned off (2) Start MythGallery (3) Enter a folder (4) Hit the "Esc" key

Instead of returning to the folder list within MythGallery, MythGallery exits.

Fix: This happens since the MediaMonitor::GetMediaMonitor? method returns null if Media Monitoring is turned off, and the IconView::HandleEscape? method exits before "handling" the escape in this case. The attached patch should fix this problem.

Attachments (1)

2114_patch.diff (2.6 KB) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by anonymous

Attachment: 2114_patch.diff added

comment:1 Changed 18 years ago by danielk

Milestone: 0.20
Owner: changed from Isaac Richards to danielk

This is related to #1921, I will probably fix both media monitor problems at the same time.

comment:2 Changed 18 years ago by danielk

Resolution: fixed
Status: newclosed

(In [10701]) Fixes #2114. Refs #1921. Allows exiting from subfolders in MythGallery when media monitoring is disabled without unintenionally exiting from plugin.

Note: See TracTickets for help on using tickets.