Revision d4ace10a src/gr/grnet/pithos/web/client/othersharedtree/OtherSharedTreeView.java

b/src/gr/grnet/pithos/web/client/othersharedtree/OtherSharedTreeView.java
154 154

  
155 155
    private CellTree tree;
156 156
    
157
    public OtherSharedTreeView(OtherSharedTreeViewModel viewModel) {
157
    public OtherSharedTreeView(OtherSharedTreeViewModel viewModel, boolean ajaxLoader) {
158 158
        this.model = viewModel;
159 159
        
160
        PithosDisclosurePanel panel = new PithosDisclosurePanel((Resources) GWT.create(Resources.class), Const.TXT_SHARED_WITH_ME, false);
160
        PithosDisclosurePanel panel = new PithosDisclosurePanel((Resources) GWT.create(Resources.class), Const.TXT_SHARED_WITH_ME, false, ajaxLoader);
161 161
        /*
162 162
         * Create the tree using the model. We use <code>null</code> as the default
163 163
         * value of the root node. The default value will be passed to

Also available in: Unified diff