From ed0dca5cf6dba0dacf91db31d56ac2ec5aa69c58 Mon Sep 17 00:00:00 2001 From: Rahul Dadhich Date: Mon, 10 Oct 2016 18:38:29 +0530 Subject: [PATCH] corrected tab bar display issue Change-Id: Ia07677196ffd6230af81818e07aad3606a15f77b Signed-off-by: Rahul Dadhich --- src/common/mf-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/mf-util.c b/src/common/mf-util.c index d940022..f3bdf5c 100755 --- a/src/common/mf-util.c +++ b/src/common/mf-util.c @@ -2308,6 +2308,7 @@ static bool mf_file_get_all_supported_storage_cb(int storageId, storage_type_e t ap->device_id = storageId; storage_get_root_directory(storageId, &path); ap->device_storage_path = strdup(path); + ap->mf_Status.path = g_string_new(path); mf_file_attr_get_parent_path(path, &ap->device_parent_path); ap->device_storage_name = strdup(mf_storage_file_get(path)); free(path); -- 2.7.4