Revision bc982727

b/src/gr/grnet/pithos/web/client/FileShareDialog.java
118 118
    private final HorizontalPanel privatePathPanel = new HorizontalPanel();
119 119
    private final TextBox privatePathText = new TextBox();
120 120
    private PermissionsList permList;
121
	
121

  
122 122
    public interface PrivateSharingImages extends MessagePanel.Images {
123 123

  
124 124
        @Source("gr/grnet/pithos/resources/edit_user.png")
......
234 234
                    Pithos.preventIESelection();
235 235
                }
236 236
            });
237
            publicPathText.setText(Window.Location.getHost() + file.getPublicUri());
237
            publicPathText.setText(file.getPublicUri());
238 238
            publicPathText.setTitle("Use this link for sharing the file via e-mail, IM, etc. (crtl-C/cmd-C to copy to system clipboard)");
239 239
            publicPathText.setReadOnly(true);
240 240
            publicPathPanel.add(publicPathText);

Also available in: Unified diff