diff --git mythplugins/mythgallery/mythgallery/iconview.cpp mythplugins/mythgallery/mythgallery/iconview.cpp
index da7f35b..d23f559 100644
|
|
|
bool IconView::HandleMediaEscape(MediaMonitor *mon)
|
| 612 | 619 | { |
| 613 | 620 | bool handled = false; |
| 614 | 621 | QDir curdir(m_currDir); |
| 615 | | QList<MythMediaDevice*> removables = mon->GetMedias(MEDIATYPE_DATA); |
| | 622 | QList<MythMediaDevice*> removables = mon->GetMedias(MEDIATYPE_DATA|MEDIATYPE_MGALLERY); |
| 616 | 623 | QList<MythMediaDevice*>::iterator it = removables.begin(); |
| 617 | 624 | for (; !handled && (it != removables.end()); it++) |
| 618 | 625 | { |