Ignore:
Timestamp:
2010-08-19T14:37:15+12:00 (14 years ago)
Author:
sjm84
Message:

Added an icon for Client FLI

File:
1 edited

Legend:

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

    r22684 r22686  
    353353        // Pretty corner icon
    354354        String gsmall_image = "gatherer.png";
    355         if(Gatherer.isGsdlRemote) {
     355        if (Configuration.fedora_info.isActive()) {
     356        gsmall_image = "fli-" + gsmall_image;
     357        }
     358        if(Gatherer.isGsdlRemote) {
    356359        gsmall_image = "client-" + gsmall_image;
    357         }
    358         else if (Configuration.fedora_info.isActive()) {
    359         gsmall_image = "fli-" + gsmall_image;
    360360        }
    361361        this.setIconImage(JarTools.getImage(gsmall_image).getImage());
Note: See TracChangeset for help on using the changeset viewer.