projects
/
profile
/
mobile
/
apps
/
native
/
myfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dc8d5b
)
corrected tab bar display issue
43/91643/1
author
Rahul Dadhich
<r.dadhich@samsung.com>
Mon, 10 Oct 2016 13:08:29 +0000
(18:38 +0530)
committer
Rahul 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
patch
|
blob
|
history
diff --git
a/src/common/mf-util.c
b/src/common/mf-util.c
index
d940022
..
f3bdf5c
100755
(executable)
--- 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);