refresh file list after empty trash
authorkoutsoub <devnull@localhost>
Thu, 12 Mar 2009 15:57:02 +0000 (15:57 +0000)
committerkoutsoub <devnull@localhost>
Thu, 12 Mar 2009 15:57:02 +0000 (15:57 +0000)
gss/src/gr/ebs/gss/client/commands/EmptyTrashCommand.java

index 946e968..0ef007a 100644 (file)
@@ -49,6 +49,7 @@ public class EmptyTrashCommand implements Command{
 
                        public void onComplete() {
                                GSS.get().getFolders().update(GSS.get().getFolders().getTrashItem());
+                               GSS.get().showFileList(true);
                        }
 
                        public void onError(Throwable t) {