Changeset 8850


Ignore:
Timestamp:
2004-12-17T15:55:37+13:00 (19 years ago)
Author:
mdewsnip
Message:

Commented out the obsolete configuration dialog again.

File:
1 edited

Legend:

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

    r8849 r8850  
    159159        String configuration_version = configuration_element.getAttribute(StaticStrings.VERSION_ATTRIBUTE);
    160160        if (!configuration_version.equals(CURRENT_CONFIGURATION_VERSION)) {
    161         JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("Configuration.Obsolete_Config"), Dictionary.get("Configuration.Obsolete_Config_Title"), JOptionPane.ERROR_MESSAGE);
     161        // !!! JOptionPane.showMessageDialog(Gatherer.g_man, Dictionary.get("Configuration.Obsolete_Config"), Dictionary.get("Configuration.Obsolete_Config_Title"), JOptionPane.ERROR_MESSAGE);
    162162        File backup = new File(config_xml_file.getAbsolutePath() + ".bak");
    163163        config_xml_file.renameTo(backup);
Note: See TracChangeset for help on using the changeset viewer.