elm_slider: added check for existence of parts. 15/196615/1
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 2 Jan 2019 12:04:44 +0000 (21:04 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 3 Jan 2019 04:10:47 +0000 (13:10 +0900)
commitf3a51d17b67023d6e4b5f50bf4aa26ed1083d69f
tree20b5c3870946c16655d3f38c648b7ee1e4676d7f
parent83ff235b7b40bcb31b8015b07ab0418a2bc92e35
elm_slider: added check for existence of parts.

Tizen has various UX themes according to profile and product.
For a theme that does not have a part,
such as elm.dragable2.slider, elm.units, elm.units.min, elm.units.max, etc.
Many error messages are generated.
This patch checks the existence of the part first and then does someting.

@tizen_only

Change-Id: Ia282db92f238fb749633acc43c94b88bc22ff886
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/lib/elementary/elm_slider.c