Plugin: Modification by "Add base-image(platform) information to Custom VM."
authorminkee.lee <minkee.lee@samsung.com>
Thu, 16 Oct 2014 12:32:37 +0000 (21:32 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Thu, 16 Oct 2014 12:32:37 +0000 (21:32 +0900)
- Function prototype is changed.

Change-Id: I42c8a65525bb0a0fa1efc1baade869a95aafa425
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
plugin-project/mobile-plugin/src/org/tizen/emulator/manager/mobile/ui/detail/ItemListFactory.java
plugin-project/wearable-plugin/src/org/tizen/emulator/manager/wearable/ui/detail/ItemListFactory.java

index bae73ce..e8d0eca 100644 (file)
@@ -74,7 +74,7 @@ public class ItemListFactory extends CommonItemListFactory {
                if (template == null) {
                        makeItemListOld(itemList);  // TODO old
                } else {
-                       makePropertyItemList(itemList, template.getPropertyList());
+                       makePropertyItemList(itemList, template.getPropertyList(), template.getProfile(), true);
                        makeDeviceItemList(itemList, template.getDeviceList());
 
                }
index dfadb46..bfa0dd1 100644 (file)
@@ -56,7 +56,7 @@ public class ItemListFactory extends CommonItemListFactory {
                if (template == null) {
                        makeItemListOld(itemList);  // TODO old
                } else {
-                       makePropertyItemList(itemList, template.getPropertyList());
+                       makePropertyItemList(itemList, template.getPropertyList(), template.getProfile(), true);
                        makeDeviceItemList(itemList, template.getDeviceList());
 
                }