Revision c9592525 src/gr/ebs/gss/web/client/rest/MultipleHeadCommand.java

b/src/gr/ebs/gss/web/client/rest/MultipleHeadCommand.java
59 59
	public MultipleHeadCommand(Class<T> theClass, String[] pathToGet, boolean showLoading, Cached[] theCached) {
60 60
		setShowLoadingIndicator(showLoading);
61 61
		if(isShowLoadingIndicator())
62
			GSS.get().showLoadingIndicator();
62
			GSS.get().showLoadingIndicator("Getting "+pathToGet.length+" items", null);
63 63
		paths = pathToGet;
64 64
		this.aclass = theClass;
65 65
		this.cached = theCached;

Also available in: Unified diff