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

b/src/gr/grnet/pithos/web/client/FolderPropertiesDialog.java
249 249
					public void execute() {
250 250
						app.updateStatistics();
251 251
					}
252
				});
252
				}, true);
253 253
            }
254 254

  
255 255
            @Override
......
313 313
		                            			public void execute() {
314 314
		                            				app.updateMySharedRoot();
315 315
		                            			}
316
		                            		});
316
		                            		}, true);
317 317
										}
318 318
									});
319 319
                                }
......
351 351
    			public void execute() {
352 352
    				app.updateMySharedRoot();
353 353
    			}
354
    		});
354
    		}, true);
355 355
	}
356 356
}

Also available in: Unified diff