Revision 28e270f9 src/gr/grnet/pithos/web/client/ToolsMenu.java

b/src/gr/grnet/pithos/web/client/ToolsMenu.java
172 172
							@Override
173 173
							public void execute() {
174 174
					        	for (File f: files)
175
					        		Window.open(app.getApiPath() + f.getOwnerID() + f.getUri(), "_blank", "");
175
					        		Window.open(Pithos.getStorageAPIURL() + f.getOwnerID() + f.getUri(), "_blank", "");
176 176
							}
177 177
						}));
178 178
			        	empty = false;

Also available in: Unified diff