corrected tab bar display issue 43/91643/1
authorRahul Dadhich <r.dadhich@samsung.com>
Mon, 10 Oct 2016 13:08:29 +0000 (18:38 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Mon, 10 Oct 2016 13:08:29 +0000 (18:38 +0530)
Change-Id: Ia07677196ffd6230af81818e07aad3606a15f77b
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
src/common/mf-util.c

index d940022..f3bdf5c 100755 (executable)
@@ -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);