### Eclipse Workspace Patch 1.0 #P org.eclipse.rap.rwt.q07 Index: js/org/eclipse/swt/widgets/Shell.js =================================================================== RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/Shell.js,v retrieving revision 1.22 diff -u -r1.22 Shell.js --- js/org/eclipse/swt/widgets/Shell.js 16 Mar 2010 17:28:17 -0000 1.22 +++ js/org/eclipse/swt/widgets/Shell.js 17 Mar 2010 14:00:57 -0000 @@ -405,7 +405,7 @@ req.addParameter( id + ".bounds.x", left ); req.addParameter( id + ".bounds.y", top ); } -// req.send(); + req.send(); } },