page12 bug fix. 68/63768/1
authorWoochan Lee <wc0917.lee@samsung.com>
Sat, 26 Mar 2016 04:33:15 +0000 (13:33 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Sat, 26 Mar 2016 04:33:38 +0000 (13:33 +0900)
Change-Id: Iff5d1a3f6c477e1517483570ca02b8442cd11f01

src/examples/efl/page12.h

index 548fa8b..d5d30c4 100644 (file)
@@ -40,7 +40,7 @@ protected:
                                [](void *data, Evas_Object *obj, void *event_info) -> void
                                {
                                        appdata_s *ad = static_cast<appdata_s *>(data);
-                                       ad->viewmgr->deactivate();
+                                       ad->viewmgr->pop_view();
                                },
                                //Next Button Callback
                                [](void *data, Evas_Object *obj, void *event_info) -> void