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/ClassifierManager.java

    r10370 r10556  
    809809            ac.destroy();
    810810            ac = null;
     811            // 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
     812            Gatherer.c_man.configurationChanged();
    811813            }
    812814        }
     
    832834           ac.destroy();
    833835           ac = null;
     836           // 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
     837           Gatherer.c_man.configurationChanged();
    834838        }
    835839        }
Note: See TracChangeset for help on using the changeset viewer.