Revert "Change default value - __appControlMediaType in FilePresentationModel"
authorHyuksoonChoi <hs619.choi@samsung.com>
Mon, 1 Apr 2013 08:45:18 +0000 (17:45 +0900)
committerGerrit Code Review <gerrit2@kim11>
Mon, 1 Apr 2013 08:45:18 +0000 (17:45 +0900)
This reverts commit c5bd2d2627e33dbf1c259bd3da2a4b5466db21c0

src/GlFileListPresentationModel.cpp

index bdf983a..fe70e68 100644 (file)
@@ -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");