Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@92307 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-25 19:02:27 +00:00
parent d2522f5cb4
commit f2cd35309b
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ public class ChangeTableTypePanel extends FramedPanel {
vl.add(change, new VerticalLayoutData(-1, -1, new Margins(10, 0, 10, 0)));
add(vl);
show();
load();
}
@ -166,7 +166,7 @@ public class ChangeTableTypePanel extends FramedPanel {
Log.debug("Retrieved table: "+result.toString());
table=result;
setCurrentType();
show();
}
});