Opened 19 years ago
Closed 19 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)
Change History (3)
by , 19 years ago
| Attachment: | 2114_patch.diff added |
|---|
comment:1 by , 19 years ago
| Milestone: | → 0.20 |
|---|---|
| Owner: | changed from to |
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [10701]) Fixes #2114. Refs #1921. Allows exiting from subfolders in MythGallery when media monitoring is disabled without unintenionally exiting from plugin.

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