Ignore:
Timestamp:
2019-03-25T18:13:17+13:00 (5 years ago)
Author:
ak19
Message:

Changes to reinstate SwingUtilities.invokeLater() calls added for GUI testing so that it will still work with the remote GS server. Note however that new Gatherer() calls Gatherer.init() does a lot of GUI stuff too depending on circumstances (such as requestGLIServerURL(), missingGSDL(), missingExec(), popupFedoraInfo(), initCollectDirectoryPath() which calls nonStandardCollectHomeMessage()). But Gatherer.init() is not yet wrapped in an invokeLater(), so this will conflict with GLI GUI testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/remote/RemoteGreenstoneServer.java

    r31777 r32923  
    265265    String threadName = Thread.currentThread().getName();
    266266
     267    /*
    267268    // If we're running in the GUI thread we must return immediately
    268269    // We cannot wait for the action to complete because this will block any GUI updates
     
    273274        return null;
    274275    }
     276    */
    275277
    276278    // Otherwise wait until the action is processed
Note: See TracChangeset for help on using the changeset viewer.