From 2a42e701cd528f7eb5cd326c2f04867e32424c43 Mon Sep 17 00:00:00 2001 From: "hyunsik.noh" Date: Mon, 25 Jul 2011 18:23:51 +0900 Subject: [PATCH] [inhouse]Change extAction.createDialog argument to device Id --- .../src/com/samsung/ide/connection/ui/DeviceView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.samsung.ide.connection/src/com/samsung/ide/connection/ui/DeviceView.java b/com.samsung.ide.connection/src/com/samsung/ide/connection/ui/DeviceView.java index 269204a..2daf943 100644 --- a/com.samsung.ide.connection/src/com/samsung/ide/connection/ui/DeviceView.java +++ b/com.samsung.ide.connection/src/com/samsung/ide/connection/ui/DeviceView.java @@ -155,7 +155,7 @@ public class DeviceView extends ViewPart { Shell shell = new Shell(); shell.setLocation(200, 200); shell.setSize(600, 400); - extAction.createDialog(shell, device.getDeviceType()); + extAction.createDialog(shell, device.getDeviceId()); } }; pkgAction.setImageDescriptor(extAction.getImageDescriptor()); -- 2.7.4