Ignore:
Timestamp:
2010-09-01T16:20:27+12:00 (14 years ago)
Author:
ak19
Message:

For ticket 152 (moveable collectdir): busy cursor when changing a collectdir takes some time to finish.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/OpenCollectionDialog.java

    r22605 r22831  
    424424        }
    425425
    426         Gatherer.collectDirectoryHasChanged(Gatherer.getCollectDirectoryPath(), newCollectPath);
     426        Gatherer.collectDirectoryHasChanged(Gatherer.getCollectDirectoryPath(),
     427                newCollectPath, Gatherer.g_man.getContentPane());
    427428            // will tell the server that the collect directory has changed and that
    428         // the workspace needs to be refreshed (Documents in Greenstone Collections)
     429            // the workspace needs to be refreshed (Documents in Greenstone Collections)
    429430    }
    430431    }
Note: See TracChangeset for help on using the changeset viewer.