call elm_win_iconified_set to EINA_FALSE instead of elm_win_activate 78/46678/2
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 25 Aug 2015 01:54:15 +0000 (10:54 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 25 Aug 2015 01:56:59 +0000 (10:56 +0900)
Change-Id: I5ae62f0db540e3134021c09dd713c7b92ab37e25
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/main.c

index b579a0e..5e49622 100644 (file)
@@ -64,7 +64,7 @@ static void _hide(struct _appdata *ad)
 
 static void _show(struct _appdata *ad)
 {
-       elm_win_activate(ad->win);
+       elm_win_iconified_set(ad->win, EINA_FALSE);
        ad->activated = EINA_TRUE;
 
        viewmgr_push_view(VIEW_HOME);