projects
/
platform
/
core
/
uifw
/
e-tizen-testcase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9e99f
)
e_test_win: remove EINA_SAFETY check on normal situation
01/191001/3
accepted/tizen_5.0_unified
tizen_5.0
accepted/tizen/5.0/unified/20181108.074403
accepted/tizen/unified/20181113.085929
submit/tizen/20181107.044109
submit/tizen/20181112.074735
submit/tizen_5.0/20181107.044303
author
JunSeok, Kim
<juns.kim@samsung.com>
Wed, 10 Oct 2018 08:17:59 +0000
(17:17 +0900)
committer
JunSeok Kim
<juns.kim@samsung.com>
Fri, 2 Nov 2018 05:36:14 +0000
(
05:36
+0000)
Change-Id: I192205f469c92530a0203886013cd99a2d1b932e
src/e_test_win.h
patch
|
blob
|
history
diff --git
a/src/e_test_win.h
b/src/e_test_win.h
index 9d4fbc8aeac86566afb8a3faf1fcb4f97a235420..e938b6de393b9a413bbdf3646452607b0a17cb84 100644
(file)
--- a/
src/e_test_win.h
+++ b/
src/e_test_win.h
@@
-64,7
+64,7
@@
public:
}
void hide()
{
-
EINA_SAFETY_ON_NULL_RETURN(elm_win)
;
+
if (!elm_win) return
;
evas_object_hide(elm_win);
}
void move(int x, int y);