Revision bda6984c

b/src/gr/grnet/pithos/web/client/FileVersionsDialog.java
62 62
 */
63 63
public class FileVersionsDialog extends AbstractPropertiesDialog {
64 64

  
65
	protected PermissionsList permList;
66

  
67
	protected CheckBox readForAll;
68

  
69 65
	/**
70 66
	 * An image bundle for this widgets images.
71 67
	 */
......
121 117
		inner = new VerticalPanel();
122 118
		inner.addStyleName("inner");
123 119

  
124
		fetchVersions();
125

  
126 120
		outer.add(inner);
127 121

  
128 122
		// Create the 'OK' button, along with a listener that hides the dialog

Also available in: Unified diff