Revision 6acd4df3 src/gr/grnet/pithos/web/client/commands/ToTrashCommand.java

b/src/gr/grnet/pithos/web/client/commands/ToTrashCommand.java
87 87
						public void execute() {
88 88
							app.updateTrash(false, null);
89 89
						}
90
					});
90
					}, true);
91 91
                }
92 92
            });
93 93
        }
......
102 102
						public void execute() {
103 103
							app.updateTrash(false, null);
104 104
						}
105
					});
105
					}, true);
106 106
                }
107 107
            });
108 108

  

Also available in: Unified diff