menu: remove temporary code 38/13538/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Mon, 9 Dec 2013 07:31:56 +0000 (16:31 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Mon, 9 Dec 2013 07:31:56 +0000 (16:31 +0900)
no need to check a sensord state on Host Keyboard menu.

Change-Id: I28a807adb55d2bb4b70d4b301428a02965a1d82f
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorSkin.java

index 04a2be3aeca712166f8d9f7a03b77c7125a99b9f..b7f0ef7fa251fec3339bc185aae860f9ee2807c1 100755 (executable)
@@ -1611,7 +1611,8 @@ public class EmulatorSkin {
                SelectionAdapter listener = new SelectionAdapter() {
                        @Override
                        public void widgetSelected(SelectionEvent e) {
-                               if (!communicator.isSensorDaemonStarted()) {
+                               // TODO:
+                               /* if (!communicator.isSensorDaemonStarted()) {
                                        SkinUtil.openMessage(shell, null,
                                                        "Host Keyboard is not ready.\n"
                                                                        + "Please wait until the emulator is completely boot up.",
@@ -1620,7 +1621,7 @@ public class EmulatorSkin {
                                        popupMenu.hostKbdOffItem.setSelection(!isOnKbd);
 
                                        return;
-                               }
+                               } */
 
                                MenuItem item = (MenuItem) e.getSource();
                                if (item.getSelection()) {