updated dialog share folder

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@76981 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-06-11 13:08:28 +00:00
parent 1fff9b6ca4
commit 6b89cd2ef3
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class DialogShareLink extends Dialog {
setWidth(widht);
setHeight(height);
setResizable(false);
setButtons(Dialog.OK);
setButtons(Dialog.CLOSE);
// label.setText(msgTitle);
// label.setStyleName("myWebDavStyle");
@ -49,7 +49,7 @@ public class DialogShareLink extends Dialog {
txt.setValue(urlValue);
txt.setReadOnly(true);
this.getButtonById(Dialog.OK).addSelectionListener(new SelectionListener<ButtonEvent>() {
this.getButtonById(Dialog.CLOSE).addSelectionListener(new SelectionListener<ButtonEvent>() {
@Override
public void componentSelected(ButtonEvent ce) {