notify: change return value of "theme_apply" function with inner _theme_apply 33/78433/2
authorJinyong Park <j4939.park@samsung.com>
Tue, 5 Jul 2016 12:02:25 +0000 (21:02 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 6 Jul 2016 06:01:16 +0000 (23:01 -0700)
commit8500f1a1cd35d27aa65081fedae63af81646d54a
tree57cc94bd71efc6f06968f91aa5da84bd7917276f
parent821a1752b59536e099606b0a09bda485a002450d
notify: change return value of "theme_apply" function with inner _theme_apply

notify's theme_apply function return value with eo_do_super(... elm_object_widget_theme_apply)
but notify's super class is widget, widget_theme_apply return always ELM_THEME_APPLY_SUCCESS.
so, notify's theme_apply function always return ELM_THEME_APPLY_SUCCESS, if it couldn't apply style correctly.

notify apply style via _notify_theme_apply function, so that function must decide theme_apply function's return value.

(this commit is merged on opensource)

Change-Id: I1a25c385ba7d270b2aaf96160258f130e7460b11
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
src/lib/elm_notify.c