From d01d659062afc4d1939d8a11f3984c7af0dd1ea3 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 27 Aug 2014 16:34:22 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@99309 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/csvexportwidget/client/CSVOperationInProgressCard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java b/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java index b54607b..3b8739d 100644 --- a/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java +++ b/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java @@ -79,7 +79,7 @@ public class CSVOperationInProgressCard 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)));