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:
99cc7cb
)
Resolve build errorr
21/58321/1
accepted/tizen/mobile/20160131.232000
submit/tizen_mobile/20160129.083902
author
Prakash
<prakashc.p@samsung.com>
Fri, 29 Jan 2016 08:37:38 +0000
(14:07 +0530)
committer
Prakash
<prakashc.p@samsung.com>
Fri, 29 Jan 2016 08:37:38 +0000
(14:07 +0530)
Change-Id: Ia76122fd8c029751d489561821c8d7be3bb2bf91
Signed-off-by: Prakash <prakashc.p@samsung.com>
src/widget/mf-tray-item.c
patch
|
blob
|
history
diff --git
a/src/widget/mf-tray-item.c
b/src/widget/mf-tray-item.c
index 7b02627c03d7d81b407d3708b23c9d9f153e870e..28620237d2fb7b9aa632b087b26b2c15a2a1a86c 100755
(executable)
--- a/
src/widget/mf-tray-item.c
+++ b/
src/widget/mf-tray-item.c
@@
-517,7
+517,7
@@
Evas_Object *mf_category_widgets_create(void *data, Evas_Object *parent)
char edj_path[1024] = {0};
char *path = app_get_resource_path();
- snprintf(edj_path, 1024, "%s%s/%s", path, "edje",
myfile_category.edj
);
+ snprintf(edj_path, 1024, "%s%s/%s", path, "edje",
"myfile_category.edj"
);
free(path);
g_mf_category_layout.category_frame = mf_object_create_layout(parent, edj_path, MF_CATEGORY_LAYOUT_GROUP);