Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@95766 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-16 10:57:58 +00:00
parent c10d6654ee
commit 09bcd89b6b
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ public class TabularDataController {
public void onSuccess() {
openWizard();
CSVExportWizardTD exportWizard = new CSVExportWizardTD(
"CSV Export");
"CSV Export",eventBus);
exportWizard.addListener(new WizardListener() {
public void failed(Throwable throwable, String reason,