#823 fixed.
authorem.lee <em.lee@localhost>
Wed, 27 Jan 2010 14:49:20 +0000 (14:49 +0000)
committerem.lee <em.lee@localhost>
Wed, 27 Jan 2010 14:49:20 +0000 (14:49 +0000)
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/operations/EditUserOperation.java

index 87bfec7d6a9235a4536c5a008e34ae30a908b419..dc7e3438fc856ddf6cb5e66bb33237c92eb3cf63 100644 (file)
@@ -52,7 +52,11 @@ public class EditUserOperation extends AbstractPersistentPostOperation {
        public IStatus execute(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {
                bind();
+               monitor.worked(20);
+
                CdmStore.getUserService().updateUser(user);
+               monitor.worked(40);
+
                return postExecute(null);
        }