Subversion Repository Public Repository

litesoft

Diff Revisions 151 vs 154 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/SizeableFrameWithGlass.java

Diff revisions: vs.
  @@ -113,7 +113,7 @@
113 113 {
114 114 if ( mDeferredProcess == null )
115 115 {
116 - DeferredCommand.addCommand( mDeferredProcess = new MyDeferredProcess() );
116 + Scheduler.get().scheduleDeferred( mDeferredProcess = new MyDeferredProcess() );
117 117 }
118 118 }
119 119