Subversion Repository Public Repository

litesoft

Diff Revisions 476 vs 486 for /trunk/GWT_Sandbox/Prioritizer/src/org/litesoft/prioritizer/client/ui/views/AbstractPrioritizerscreenView.java

Diff revisions: vs.
  @@ -109,7 +109,7 @@
109 109 @Override
110 110 public void suspendRequested()
111 111 {
112 - new DialogViewDialog( new SuspendDialog( this ) ).show();
112 + new DialogViewDialog( new SuspendDialog<UserView>( this ) ).show();
113 113 }
114 114
115 115 protected FormWidgetCtrl userViewable( boolean pFlag )