[Fresh]Fix Connections bug( Start Emulator icon didn't change to
authorhyunsik.noh <hyunsik.noh@samsung.com>
Mon, 18 Jul 2011 12:55:36 +0000 (21:55 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Mon, 18 Jul 2011 12:55:36 +0000 (21:55 +0900)
highlighted status.

com.samsung.ide.connection/src/com/samsung/ide/connection/ui/DeviceView.java

index e65d575..d8a1000 100644 (file)
@@ -81,7 +81,10 @@ public class DeviceView extends ViewPart {
                        }\r
                        //if, There is no device\r
                        else\r
+                       {\r
                                DeviceManager.setSelectedDevice( null );\r
+                               activateActions( IMachine.REAL_DEVICE , true);\r
+                       }\r
                                \r
                        Connections.refresh();                  \r
                }\r