summaryrefslogtreecommitdiff
path: root/src/layout
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-09-11 13:08:04 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-09-11 13:08:04 +0900
commit676fd61c56d31ab525c90957b0246f77931e3598 (patch)
tree7cfee7340e5ff69df9d4198e153d7725844e3f62 /src/layout
parentaf92654816569528bae0233a0b1ee4c6744e6b53 (diff)
downloadair_mediahub-676fd61c56d31ab525c90957b0246f77931e3598.tar.gz
air_mediahub-676fd61c56d31ab525c90957b0246f77931e3598.tar.bz2
air_mediahub-676fd61c56d31ab525c90957b0246f77931e3598.zip
movie: add genre view mode
Change-Id: I77fb921a32c6367917e5f8ae3cb93531c01069b0 Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'src/layout')
-rw-r--r--src/layout/gallery.c1
-rw-r--r--src/layout/movie.c1
-rw-r--r--src/layout/music.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/layout/gallery.c b/src/layout/gallery.c
index c279df5..0a738d5 100644
--- a/src/layout/gallery.c
+++ b/src/layout/gallery.c
@@ -207,6 +207,7 @@ static bool _create(layoutmgr *lmgr, void *data)
priv->view_btn = ld->bottom;
priv->lmgr = lmgr;
priv->md = md;
+ priv->gdata = get_gallery_grid_data(E_GALLERY_EVENT);
ldata = _create_listmgr_data(priv);
if (!ldata) {
diff --git a/src/layout/movie.c b/src/layout/movie.c
index e81fc7b..97d5389 100644
--- a/src/layout/movie.c
+++ b/src/layout/movie.c
@@ -469,6 +469,7 @@ static bool _create(layoutmgr *lmgr, void *data)
priv->view_btn = ld->bottom;
priv->lmgr = lmgr;
priv->md = md;
+ priv->gdata = get_movie_grid_data(E_MOVIE_NAME);
ldata = _create_listmgr_data(priv);
if (!ldata) {
diff --git a/src/layout/music.c b/src/layout/music.c
index 0ee6d95..273cf13 100644
--- a/src/layout/music.c
+++ b/src/layout/music.c
@@ -410,6 +410,7 @@ static bool _create(layoutmgr *lmgr, void *data)
priv->view_btn = ld->bottom;
priv->lmgr = lmgr;
priv->md = md;
+ priv->gdata = get_music_grid_data(E_MUSIC_SONG);
ldata = _create_listmgr_data(priv);
if (!ldata) {