aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorKeiji Ariyama <keiji_ariyama@c-lis.co.jp>2012-02-19 16:46:19 +0900
committerKeiji Ariyama <keiji_ariyama@c-lis.co.jp>2012-02-19 17:28:29 +0900
commit3121c037f70b63f0ec4fa951d3b59aacbd44b0b8 (patch)
tree73c43e5ff90a03134efd7e5c223a27b4a14681a0 /eclipse
parente45b84524b11a826b71617d38812a97dd58bd818 (diff)
downloadsdk-3121c037f70b63f0ec4fa951d3b59aacbd44b0b8.zip
sdk-3121c037f70b63f0ec4fa951d3b59aacbd44b0b8.tar.gz
sdk-3121c037f70b63f0ec4fa951d3b59aacbd44b0b8.tar.bz2
Disabling action buttons in device panel.
Before selecting a target device. Change-Id: I704d8af3d5f89dcbc5eb8e5e6b6090ddd8561e22
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/DeviceView.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/DeviceView.java b/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/DeviceView.java
index 56e7475..31ae3b8 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/DeviceView.java
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/DeviceView.java
@@ -471,6 +471,9 @@ public class DeviceView extends ViewPart implements IUiSelectionListener, IClien
placeActions();
+ // disabling all action buttons
+ selectionChanged(null, null);
+
ClientData.setHprofDumpHandler(new HProfHandler(mParentShell));
AndroidDebugBridge.addClientChangeListener(this);
ClientData.setMethodProfilingHandler(new MethodProfilingHandler(mParentShell) {