From b80e880e3331100575c70a51f1590833ba58a11d Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 27 Aug 2014 16:44:28 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-unionwizard-widget@99317 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/UnionOperationInProgressCard.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/unionwizardwidget/client/UnionOperationInProgressCard.java b/src/main/java/org/gcube/portlets/user/td/unionwizardwidget/client/UnionOperationInProgressCard.java index eb1fe9b..024b2ae 100644 --- a/src/main/java/org/gcube/portlets/user/td/unionwizardwidget/client/UnionOperationInProgressCard.java +++ b/src/main/java/org/gcube/portlets/user/td/unionwizardwidget/client/UnionOperationInProgressCard.java @@ -80,7 +80,7 @@ public class UnionOperationInProgressCard extends WizardCard implements operationInProgressPanel.add(summary, new BoxLayoutData(new Margins(20, 5, 10, 5))); - ProgressBar progressBar = new ProgressBar(); + progressBar = new ProgressBar(); operationInProgressPanel.add(progressBar, new BoxLayoutData( new Margins(10, 5, 10, 5))); @@ -179,7 +179,7 @@ public class UnionOperationInProgressCard extends WizardCard implements SessionExpiredType.EXPIREDONSERVER)); } else { AlertMessageBox d = new AlertMessageBox( - "Error in Codelist Mapping Import", reason); + "Error in Union", reason); d.addHideHandler(new HideHandler() { public void onHide(HideEvent event) { }