Ignore:
Timestamp:
2014-04-28T17:16:58+12:00 (10 years ago)
Author:
ak19
Message:

Correction to recent commit in OpenCollectionDialog. And cosmetic changes to FormatConversionDialog and XMLTools

File:
1 edited

Legend:

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

    r28995 r29001  
    439439        }
    440440
    441         if(result == OK_OPTION) {
    442         Gatherer.collectDirectoryHasChanged(Gatherer.getCollectDirectoryPath(),
     441        Gatherer.collectDirectoryHasChanged(Gatherer.getCollectDirectoryPath(),
    443442                newCollectPath, Gatherer.g_man.getContentPane());
    444443            // will tell the server that the collect directory has changed and that
    445444            // the workspace needs to be refreshed (Documents in Greenstone Collections)
    446         }
    447445    }
    448446    }
Note: See TracChangeset for help on using the changeset viewer.