elm/config: use correct function to return audio mute value
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 14 Aug 2018 15:03:53 +0000 (11:03 -0400)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 29 Aug 2018 05:26:48 +0000 (14:26 +0900)
commit3efa2ebd19e9887b689ace878e25d92188195ba3
tree51570154321e792c9a843658e363c99a9de3083c
parent0feb5826fdcbddc390f02783107c665697c6dd37
elm/config: use correct function to return audio mute value

when setting this config value an elm function is used to store the
setting internally, so it's necessary to use the elm getter function
in order to correctly (and accurately) return the same state

resolves test failures in elm_config

Differential Revision: https://phab.enlightenment.org/D6825
src/lib/elementary/elm_config.c