From: giwoong.kim Date: Fri, 11 Jan 2013 10:38:34 +0000 (+0900) Subject: menu: comment out unnecessary line X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=233b19171a39a0835cda5fa961c91bffa51d212b;p=sdk%2Femulator%2Fqemu.git menu: comment out unnecessary line comment out unnecessary line for screenshot Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java b/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java index 36081facbe..261f3dbf4e 100644 --- a/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java +++ b/tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java @@ -654,7 +654,8 @@ public class ScreenShotDialog { loader.save( fos, SWT.IMAGE_BMP ); } else { - SkinUtil.openMessage( shell, null, "Use the specified image formats. ( PNG / JPG / JPEG / BMP )", + SkinUtil.openMessage( shell, null, + "Use the specified image formats. ( PNG / JPG / JPEG / BMP )", SWT.ICON_WARNING, config ); String path = fileDialog.open(); saveFile( path, fileDialog ); @@ -689,7 +690,7 @@ public class ScreenShotDialog { shell.open(); - while ( !shell.isDisposed() ) { + /* while ( !shell.isDisposed() ) { if ( !shell.getDisplay().readAndDispatch() ) { if ( reserveImage ) { break; @@ -697,7 +698,7 @@ public class ScreenShotDialog { shell.getDisplay().sleep(); } } - } + } */ }