notify: change return value of "theme_apply" function with inner _theme_apply
authorJinyong Park <j4939.park@samsung.com>
Tue, 5 Jul 2016 12:03:42 +0000 (21:03 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 5 Jul 2016 12:06:21 +0000 (21:06 +0900)
commit84d48b498cf127edf9e36b0b250fa94117b62e85
tree60141deca5214b0c0e7d7a6d0a913587193fad90
parent5bd437fe2747b748e928d46791ec4e5a320df6f8
notify: change return value of "theme_apply" function with inner _theme_apply

Summary:
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.

Reviewers: herb, singh.amitesh, Hermet, cedric, raster, jpeg

Reviewed By: jpeg

Differential Revision: https://phab.enlightenment.org/D4130
src/lib/elementary/elm_notify.c