From 86a79718c78878d52b160ab7edd09dd0367cce65 Mon Sep 17 00:00:00 2001 From: jihye kim Date: Sat, 8 Sep 2012 18:36:41 +0900 Subject: [PATCH] [Title] chnage value of isHwVirtualization (isGLAccleration -> isHwVirtualizatioan) [Type] bug fix [Module] emulator manager [Priority] major [Jira#] N_SE-8166 [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- package/pkginfo.manifest | 2 +- src/org/tizen/emulator/manager/vms/VMsWorker.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 6cebb56..14b9228 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source: emulator-manager -Version: 1.3.38 +Version: 1.3.39 Maintainer: Yeong-Kyoon Lee Package: emulator-manager diff --git a/src/org/tizen/emulator/manager/vms/VMsWorker.java b/src/org/tizen/emulator/manager/vms/VMsWorker.java index e596fea..8035b89 100644 --- a/src/org/tizen/emulator/manager/vms/VMsWorker.java +++ b/src/org/tizen/emulator/manager/vms/VMsWorker.java @@ -242,7 +242,7 @@ public class VMsWorker { VMPropertyValue newValue = property.getPropertyValue(); newValue.vmsName = newVMName; // TODO - newValue.isHWVirtualization = property.getConfiguration().getUsability().isHwGLAcceleration(); + newValue.isHWVirtualization = property.getConfiguration().getUsability().isHwVirtualization(); Creator.create(newValue); } -- 2.7.4