This commit is contained in:
Francisco José García García 2016-09-12 01:14:12 +02:00 committed by GitHub
parent b8391e4cc2
commit b5111d4654

View File

@ -1999,7 +1999,7 @@ bool task_push_content_load_default(
#endif #endif
case CONTENT_MODE_LOAD_CONTENT_WITH_FFMPEG_CORE_FROM_MENU: case CONTENT_MODE_LOAD_CONTENT_WITH_FFMPEG_CORE_FROM_MENU:
case CONTENT_MODE_LOAD_CONTENT_WITH_IMAGEVIEWER_CORE_FROM_MENU: case CONTENT_MODE_LOAD_CONTENT_WITH_IMAGEVIEWER_CORE_FROM_MENU:
if (!g(content_info, loading_from_menu, mode)) if (!task_load_content(content_info, loading_from_menu, mode))
goto error; goto error;
break; break;
#ifndef HAVE_DYNAMIC #ifndef HAVE_DYNAMIC