Changeset 5810


Ignore:
Timestamp:
2003-11-07T13:59:07+13:00 (20 years ago)
Author:
jmt12
Message:

I don't remember changing anything in this, but according to TortoiseCVS I changed something.

File:
1 edited

Legend:

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

    r5659 r5810  
    487487    }
    488488    else {
    489         help.destroy();
    490         help = null;
     489        if(help != null) {
     490            help.destroy();
     491            help = null;
     492        }
    491493        Gatherer.self.exit();
    492494    }
Note: See TracChangeset for help on using the changeset viewer.