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

    r10237 r10556  
    3636import org.greenstone.gatherer.DebugStream;
    3737import org.greenstone.gatherer.Dictionary;
     38import org.greenstone.gatherer.Gatherer;
    3839import org.greenstone.gatherer.gui.GLIButton;
    3940
     
    377378            translation_text = null;
    378379            remove_button.setEnabled(true);
     380            Gatherer.c_man.configurationChanged();
    379381        }
    380382        add_button.setEnabled(false);
     
    396398            // If a remove occured then enable add
    397399            add_button.setEnabled(true);
     400            Gatherer.c_man.configurationChanged();
    398401        }
    399402        // Either way disable replace and remove
     
    419422            metadata = null;
    420423            remove_button.setEnabled(true);
     424            Gatherer.c_man.configurationChanged();
    421425        }
    422426        // Either way disable replace
Note: See TracChangeset for help on using the changeset viewer.