From b85f9000b7ff3786d25e2c61ece03ed5e280e695 Mon Sep 17 00:00:00 2001 From: HyuksoonChoi Date: Mon, 1 Apr 2013 17:45:18 +0900 Subject: [PATCH] Revert "Change default value - __appControlMediaType in FilePresentationModel" This reverts commit c5bd2d2627e33dbf1c259bd3da2a4b5466db21c0 --- src/GlFileListPresentationModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GlFileListPresentationModel.cpp b/src/GlFileListPresentationModel.cpp index bdf983a..fe70e68 100644 --- a/src/GlFileListPresentationModel.cpp +++ b/src/GlFileListPresentationModel.cpp @@ -84,7 +84,7 @@ IList* FileListPresentationModel::__pContentInfoList = null; FileListPresentationModel::FileListPresentationModel(void) : __albumContentType(CONTENT_TYPE_ALL) , __appControlMode(APP_CONTROL_MODE_MAIN) - , __appControlMediaType(APPCONTROL_MEDIA_TYPE_IMAGE) + , __appControlMediaType(APPCONTROL_MEDIA_TYPE_UNKNOWN) , __appControlSelectionMode(APPCONTROL_SELECTION_MODE_SINGLE) { AppLogDebug("ENTER"); -- 2.7.4