[TSAM-8702] Reverted the changed to Time 61/95061/1 submit/tizen_mobile/20161102.122048
authorRahul Dadhich <r.dadhich@samsung.com>
Mon, 24 Oct 2016 06:22:09 +0000 (11:52 +0530)
committerRahul Dadhich <r.dadhich@samsung.com>
Wed, 2 Nov 2016 07:48:28 +0000 (00:48 -0700)
Change-Id: Ia5d36189fdc7fef83080f2d1f082b205dba76236
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
(cherry picked from commit d3d8309bd2cf723aa3ecbd3a5048a6f58c9ce5d7)

src/2dview/gl-timeline.c
src/features/gl-albums.c

index 25966e445068e0f3e2cabcd913194cbb7103114f..0bd9db658c1e24398abd5cfc728afa12e1384c4d 100644 (file)
@@ -1686,7 +1686,7 @@ static void __gl_albums_viewas_pop_cb(void *data, Evas_Object *obj, void *ei)
        } else if (view_mode == GL_VIEW_ALBUMS) {
                state_index = 1;
        }
-       _gl_list_pop_create(data, obj, ei, GL_STR_ID_VIEW_AS, GL_STR_TIME_VIEW_POPUP, GL_STR_ALBUMS, state_index);
+       _gl_list_pop_create(data, obj, ei, GL_STR_ID_VIEW_AS, GL_STR_TIME_VIEW, GL_STR_ALBUMS, state_index);
        gl_dbg("EXIT");
 }
 
index a26bdb1699c3af408dfd4984b0e2abea1360aae7..e3ca08de62ffba78c716fa2d9be733dbd4104086 100644 (file)
@@ -648,7 +648,7 @@ static void __gl_albums_viewas_pop_cb(void *data, Evas_Object *obj, void *ei)
        } else if (view_mode == GL_VIEW_ALBUMS) {
                state_index = 1;
        }
-       _gl_list_pop_create(data, obj, ei, GL_STR_ID_VIEW_AS, GL_STR_TIME_VIEW_POPUP, GL_STR_ALBUMS, state_index);
+       _gl_list_pop_create(data, obj, ei, GL_STR_ID_VIEW_AS, GL_STR_TIME_VIEW, GL_STR_ALBUMS, state_index);
        gl_dbg("EXIT");
 }
 static void __gl_albums_edit_cb(void *data, Evas_Object *obj, void *ei)