Fixed auto-refresh to update only the files of the current folder
[pithos-web-client] / src / gr / grnet / pithos / web / client / FilePropertiesDialog.java
index 2a7bf50..12c577a 100644 (file)
@@ -309,7 +309,7 @@ public class FilePropertiesDialog extends AbstractPropertiesDialog {
                                                public void execute() {\r
                                                        app.updateMySharedRoot();\r
                                                }\r
-                                       });\r
+                                       }, true);\r
                 }\r
 \r
                 @Override\r
@@ -343,6 +343,6 @@ public class FilePropertiesDialog extends AbstractPropertiesDialog {
                                        if (file.isShared())\r
                                                app.updateMySharedRoot();\r
                                }\r
-                       });\r
+                       }, true);\r
     }\r
 }\r