Revision e3f47376 web_client/src/gr/grnet/pithos/web/client/commands/ToTrashCommand.java

b/web_client/src/gr/grnet/pithos/web/client/commands/ToTrashCommand.java
77 77

  
78 78
	@Override
79 79
	public void execute() {
80
		containerPanel.hide();
80
        if (containerPanel != null)
81
    		containerPanel.hide();
81 82
        if (resource instanceof List) {
82 83
            Iterator<File> iter = ((List<File>) resource).iterator();
83 84
            trashFiles(iter, new Command() {

Also available in: Unified diff