Implemeted empty trash with the new API call
[pithos-web-client] / src / gr / grnet / pithos / web / client / commands / EmptyTrashCommand.java
index a78bf56..71fbff0 100644 (file)
@@ -70,6 +70,6 @@ public class EmptyTrashCommand implements Command{
                if (containerPanel != null)
                        containerPanel.hide();
                
-               app.deleteAndCreateTrash();
+               app.emptyTrash();
        }
 }