menu: comment out unnecessary line
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 11 Jan 2013 10:38:34 +0000 (19:38 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 11 Jan 2013 10:38:34 +0000 (19:38 +0900)
comment out unnecessary line for screenshot

Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/skin/client/src/org/tizen/emulator/skin/screenshot/ScreenShotDialog.java

index 36081fa..261f3db 100644 (file)
@@ -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();
                                }
                        }
-               }
+               } */
 
        }