Changeset 5036


Ignore:
Timestamp:
2003-07-25T16:35:05+12:00 (21 years ago)
Author:
jmt12
Message:

Fixed bug where new text fragments ended up creating on collectionmeta for each letter added.

File:
1 edited

Legend:

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

    r4932 r5036  
    358358                // Update and enable the text area
    359359                translation_area.setEnabled(true);
    360                 translation_area.setBackground(Gatherer.config.getColor("coloring.editable", false));
     360                translation_area.setBackground(Gatherer.config.getColor("coloring.editable_background", false));
    361361            }
    362362            else {
     
    512512            // Ready the text area
    513513            translation_area.setEnabled(true);
    514             translation_area.setBackground(Gatherer.config.getColor("coloring.editable", false));
     514            translation_area.setBackground(Gatherer.config.getColor("coloring.editable_background", false));
    515515            ignore_event = false;
    516516        }
Note: See TracChangeset for help on using the changeset viewer.