Fix N_SE-7996 : An empty window is made by tapping volume hw key when screenlock... 2.0alpha master 2.0_alpha submit/master/20120920.150956
authorhongkwon <hhh.kwon@samsung.com>
Fri, 31 Aug 2012 00:51:20 +0000 (09:51 +0900)
committerhongkwon <hhh.kwon@samsung.com>
Fri, 31 Aug 2012 00:51:20 +0000 (09:51 +0900)
src/_logic.c
src/volume.c

index e6c8fe5..030b135 100755 (executable)
@@ -580,6 +580,8 @@ int _app_reset(bundle *b, void *data)
                        evas_object_show(ad->pu);
                        evas_object_show(ad->win);
                        _mm_func(data);
+                       if(syspopup_has_popup(b))
+                               syspopup_reset(b);
                        return 0;
                }
                ad->step = _get_step(type);
index 098b6a0..13e738b 100755 (executable)
@@ -84,8 +84,6 @@ static int app_reset(bundle *b, void *data)
        }
        ad->flag_launching = EINA_TRUE;
 
-       if (syspopup_has_popup(b))
-               syspopup_reset(b);
        _app_reset(b, data);
 
        /* appcore measure time example */