Revision dc8cc18a src/gr/grnet/pithos/web/client/DeleteFileDialog.java

b/src/gr/grnet/pithos/web/client/DeleteFileDialog.java
135 135
        if (iter.hasNext()) {
136 136
            File f = iter.next();
137 137
            String path = f.getUri();
138
            DeleteRequest deleteFile = new DeleteRequest(app, app.getApiPath(), f.getOwnerID(), URL.encode(path)) {
138
            DeleteRequest deleteFile = new DeleteRequest(app.getApiPath(), f.getOwnerID(), URL.encode(path)) {
139 139
                @Override
140 140
                public void onSuccess(Resource result) {
141 141
                    deleteFile(iter);

Also available in: Unified diff