From 912743e42ceab0b448d45456bba26bac645d7c35 Mon Sep 17 00:00:00 2001 From: "hyunsik.noh" Date: Thu, 9 Aug 2012 13:40:58 +0900 Subject: [PATCH] [Title]Fix to call setActionEnabled() after remove file entry [Type]bugfix [Module]connection [Priority]normal [CQ#] [Redmine#]6291 Change-Id: Ifdc8f22103c5002990953a2ec1848dfb363b4ea1 --- .../org/tizen/common/connection/explorer/ConnectionExplorerPanel.java | 1 + 1 file changed, 1 insertion(+) diff --git a/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java b/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java index 741834d..87c7aa7 100644 --- a/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java +++ b/org.tizen.common.connection/src/org/tizen/common/connection/explorer/ConnectionExplorerPanel.java @@ -650,6 +650,7 @@ public class ConnectionExplorerPanel extends Panel implements IDeviceChangeListe } refresh(entry.getParent()); + setActionEnabled(); } } } -- 2.7.4