projects
/
platform
/
core
/
system
/
modes-plugins.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c1a65a
)
fix error of vconf changed callback
author
Youngjae Shin
<yj99.shin@samsung.com>
Tue, 29 Oct 2019 10:03:33 +0000
(19:03 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Thu, 19 Mar 2020 04:30:37 +0000
(13:30 +0900)
vconf/VconfPlugin.cpp
patch
|
blob
|
history
diff --git
a/vconf/VconfPlugin.cpp
b/vconf/VconfPlugin.cpp
index 718eaae197a54fb905a6bde5c918a1da7c9c3c1f..6fa86ceec6e3088d9b1984399d44bff846449392 100644
(file)
--- a/
vconf/VconfPlugin.cpp
+++ b/
vconf/VconfPlugin.cpp
@@
-324,6
+324,8
@@
void VconfPlugin::vconfChangedCallback(keynode_t *node, void *userData)
return;
}
+ std::string newKey(node->keyname);
+ std::replace(newKey.begin(), newKey.end(), '/', '.');
cbData->callback(node->keyname, cbData->userData);
DBG("Action(%s) is Changed", node->keyname);