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/NewCollectionDetailsPrompt.java

    r22605 r22831  
    541541            }
    542542        }
    543         }
    544 
    545         // going through with collection creation
    546         if(collectDirChanged) {     
    547         Gatherer.collectDirectoryHasChanged(Gatherer.getCollectDirectoryPath(), newCollectPath);
    548         // will tell the server that the collect directory has changed and that
    549         // the workspace needs to be refreshed (Documents in Greenstone Collections)
    550         }
    551 
     543        }       
    552544        description_final = description.getText();
    553545
     
    557549       
    558550        cancelled = false;
     551       
     552        self.dispose();
    559553       
    560         self.dispose();
     554        // going through with collection creation
     555        if(collectDirChanged) {     
     556        Gatherer.collectDirectoryHasChanged(Gatherer.getCollectDirectoryPath(),
     557                newCollectPath, Gatherer.g_man.getContentPane());
     558        // will tell the server that the collect directory has changed and that
     559        // the workspace needs to be refreshed (Documents in Greenstone Collections)
     560        }
    561561    }
    562562    }
Note: See TracChangeset for help on using the changeset viewer.