projects
/
profile
/
mobile
/
apps
/
native
/
attach-panel-gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863ffe4
)
fix build warning
85/152085/2
accepted/tizen/unified/20171124.064541
submit/tizen/20171123.070829
author
Youngjae Shin
<yj99.shin@samsung.com>
Mon, 25 Sep 2017 04:55:37 +0000
(13:55 +0900)
committer
Rahul Dadhich
<r.dadhich@samsung.com>
Tue, 26 Sep 2017 12:26:24 +0000
(12:26 +0000)
Change-Id: If8b5fd13a1da7a8d700550da3c252d23c17865b7
src/view/ge-albums.c
patch
|
blob
|
history
diff --git
a/src/view/ge-albums.c
b/src/view/ge-albums.c
index
2ae0811
..
dcfb432
100644
(file)
--- a/
src/view/ge-albums.c
+++ b/
src/view/ge-albums.c
@@
-1137,7
+1137,6
@@
static void __ge_grid_unrealized(void *data, Evas_Object * obj, void *ei)
static Evas_Object* __ge_create_gengrid(ge_ugdata* ugd)
{
Evas_Object* gengrid;
- char edj_path[PATH_MAX] = { 0 };
gengrid = elm_gengrid_add(ugd->albums_view);
ugd->thumbs_d->gengrid = gengrid;
_ge_ui_reset_scroller_pos(gengrid);