Revision f5c86c34

b/src/gr/grnet/pithos/web/client/Pithos.java
1090 1090
	}
1091 1091

  
1092 1092
	public Folder getSelection() {
1093
		return selectedTree.getSelection();
1093
		if (selectedTree != null)
1094
			return selectedTree.getSelection();
1095
		return null;
1094 1096
	}
1095 1097

  
1096 1098
	public void showFolderStatistics(int folderFileCount) {

Also available in: Unified diff