Ignore:
Timestamp:
2004-10-18T11:50:18+13:00 (20 years ago)
Author:
mdewsnip
Message:

Changed the collectionChanged() functions to refresh(), and added an extra parameter for more control over refreshing.

File:
1 edited

Legend:

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

    r8243 r8353  
    198198    }
    199199
    200     public void collectionChanged(boolean ready) {
    201     }
    202200
    203201    /** This method is called whenever the Mirror pane is brought into focus and is a good time to display a warning message if WGet is not available or of an older, problematic, version.
     
    240238    if (current_mode >= THRESHOLD) {
    241239        options_pane.add(requisite_checkbox);
    242     } else {
     240    }
     241    else {
    243242        options_pane.remove(requisite_checkbox);
    244243        requisite_checkbox.setSelected(false);
    245244    }
    246    
     245    }
     246
     247
     248    public void refresh(int refresh_reason, boolean ready)
     249    {
    247250    }
    248251
     
    386389    }
    387390    }
    388 
    389 
    390391}
Note: See TracChangeset for help on using the changeset viewer.