Changeset 5888


Ignore:
Timestamp:
2003-11-19T12:00:49+13:00 (20 years ago)
Author:
jmt12
Message:

Had forgotten to reset 60 second counter after first 60 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Gatherer.java

    r5785 r5888  
    735735            ///ystem.err.print(".");
    736736            if(attempt_count == 60) {
     737                attempt_count = 0;
    737738                try_again = JOptionPane.showConfirmDialog(Gatherer.g_man, Dictionary.get("Server.QuitTimeOut"), Dictionary.get("General.Warning"), JOptionPane.YES_NO_OPTION);
    738739            }
     
    798799            while(gsdlsite_cfg.getURL() != null && try_again == JOptionPane.YES_OPTION) {
    799800            if(attempt_count == 60) {
     801                attempt_count = 0;
    800802                try_again = JOptionPane.showConfirmDialog(Gatherer.g_man, Dictionary.get("Server.QuitTimeOut"), Dictionary.get("General.Warning"), JOptionPane.YES_NO_OPTION);
    801803            }
Note: See TracChangeset for help on using the changeset viewer.