Revision 3264607e src/gr/grnet/pithos/web/client/mysharedtree/MysharedTreeView.java

b/src/gr/grnet/pithos/web/client/mysharedtree/MysharedTreeView.java
41 41

  
42 42
import com.google.gwt.core.client.GWT;
43 43
import com.google.gwt.resources.client.ImageResource;
44
import com.google.gwt.resources.client.ClientBundle.Source;
44 45
import com.google.gwt.resources.client.ImageResource.ImageOptions;
46
import com.google.gwt.resources.client.ImageResource.RepeatStyle;
45 47
import com.google.gwt.safehtml.client.SafeHtmlTemplates;
46 48
import com.google.gwt.safehtml.shared.SafeHtml;
47 49
import com.google.gwt.user.cellview.client.CellTree;
......
92 94
        @Override
93 95
		@Source({"gr/grnet/pithos/web/client/PithosCellTreeBasic.css"})
94 96
        CellTree.Style cellTreeStyle();
97
        
98
        @Source("gr/grnet/pithos/web/client/cellTreeLoadingBasic.gif")
99
        @ImageOptions(repeatStyle=RepeatStyle.None)
100
        ImageResource cellTreeLoadingBasic();
95 101
    }
96 102

  
97 103
    public static interface Images extends Tree.Resources, FolderContextMenu.Images {

Also available in: Unified diff