Ignore:
Timestamp:
2005-08-24T15:14:01+12:00 (19 years ago)
Author:
kjdon
Message:

fixes to make the config file save only if it has changed

File:
1 edited

Legend:

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

    r10370 r10556  
    972972                ac.destroy();
    973973                ac = null;
     974                // cos I can't be bothered checking every argument to see if it has changed or not, we'll asasume that the configuration has changed if someone has clicked configure
     975                Gatherer.c_man.configurationChanged();
    974976            }
    975977            }
     
    996998            ac.destroy();
    997999            ac = null;
     1000            // cos I can't be bothered checking every argument to see if it has changed or not, we'll asasume that the configuration has changed if someone has clicked configure
     1001            Gatherer.c_man.configurationChanged();
    9981002            }
    9991003        }
Note: See TracChangeset for help on using the changeset viewer.