Revert "config.xml parameter change: on-reset -> reload"
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 16 Oct 2015 05:38:44 +0000 (14:38 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 16 Oct 2015 05:38:44 +0000 (14:38 +0900)
common/resource_manager.cc

index 86d7155..a2ade0b 100644 (file)
@@ -243,7 +243,7 @@ std::unique_ptr<ResourceManager::Resource> ResourceManager::GetMatchedResource(
   if (!app_control_info.src().empty()) {
     return std::unique_ptr<Resource>(new Resource(
       InsertPrefixPath(app_control_info.src()),
-                       app_control_info.reload() == "disable" ? false : true));
+                       app_control_info.onreset() == "disable" ? false : true));
   }
   return GetDefaultResource();
 }