projects
/
platform
/
core
/
api
/
efl-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6f36d
)
Added missing break
45/40445/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 4 Jun 2015 01:40:36 +0000
(10:40 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 4 Jun 2015 01:40:36 +0000
(10:40 +0900)
Change-Id: I66545ac616fe89b25a171e2083e5b6a004c1175a
src/efl_util.c
patch
|
blob
|
history
diff --git
a/src/efl_util.c
b/src/efl_util.c
index e105989bc841a8f95830dcd8c7da3ec092a9cee4..d29a5cf1a7cf4ba2b0bdf9a4ae5bffd7165bf288 100644
(file)
--- a/
src/efl_util.c
+++ b/
src/efl_util.c
@@
-336,6
+336,7
@@
efl_util_get_notification_window_level(Evas_Object *window, efl_util_notificatio
break;
case TIZEN_NOTIFICATION_LEVEL_TOP:
*level = EFL_UTIL_NOTIFICATION_LEVEL_TOP;
+ break;
default:
*level = EFL_UTIL_NOTIFICATION_LEVEL_DEFAULT;
return EFL_UTIL_ERROR_INVALID_PARAMETER;