elm_config: password mode change should reflect on already running applications.
authorShilpa Singh <shilpa.singh@samsung.com>
Mon, 5 Jun 2017 20:44:48 +0000 (13:44 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 5 Jun 2017 20:44:51 +0000 (13:44 -0700)
commitcab25162576965a2a6267871045c7c512b86f1c2
treebcc88d6ff605f8320516c5973f462fb87a41aa40
parent61cd8d912abedfa63355aab04dafcdeea00a47f1
elm_config: password mode change should reflect on already running applications.

Summary:
When password mode is changed, the change has to reflect on already running
apps as well. config_sub_apply will not be called for an already running app.

Test Plan:
1. 2 running process
2. Change the config value of password last show in one process
3. Check whether the change has reflected in previous process.

Signed-off By: Shilpa Singh<shilpa.singh@samsung.com>

Reviewers: jpeg, cedric, thiepha

Subscribers: govi, rajeshps

Differential Revision: https://phab.enlightenment.org/D4916

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elementary/elm_config.c