Changeset 5050


Ignore:
Timestamp:
2003-07-28T11:31:25+12:00 (21 years ago)
Author:
mdewsnip
Message:

Added another null pointer check.

File:
1 edited

Legend:

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

    r5049 r5050  
    135135    public void gainFocus() {
    136136    if(Gatherer.c_man.ready() && Gatherer.c_man.built()) {
    137         if(homepage == null) {
     137        if(homepage == null && Gatherer.config.exec_address != null) {
    138138        try {
    139139            // Now load the collection
Note: See TracChangeset for help on using the changeset viewer.