Bug fix: Modify setting skin value.
authorminkee.lee <minkee.lee@samsung.com>
Wed, 13 Aug 2014 08:03:29 +0000 (17:03 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Wed, 13 Aug 2014 08:03:29 +0000 (17:03 +0900)
Change-Id: I14cba483f524acfa8d930ef493c3e49aba47ebea
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
common-project/src/org/tizen/emulator/manager/vms/VMPropertyValue.java

index 70eb545..6d649e3 100644 (file)
@@ -348,14 +348,14 @@ public class VMPropertyValue implements Cloneable {
                        skinPath = property.getConfiguration().getDevice().getDisplay().getSkinPath().getPath();
                }
 
-               if (skinPath != null) {
-                       try {
-                               skin = new Skin(new File(skinPath));
-                       } catch (IOException e) {
-                               skin = null;
-                               EMLogger.getLogger().warning("Failed to create skin." + e.getMessage());
-                       }
-               }
+//             if (skinPath != null) {
+//                     try {
+//                             skin = new Skin(new File(skinPath));
+//                     } catch (IOException e) {
+//                             skin = null;
+//                             EMLogger.getLogger().warning("Failed to create skin." + e.getMessage());
+//                     }
+//             }
 
                keyType = 1; // TODO
                if (skin != null) {