Ignore:
Timestamp:
2006-10-20T16:25:44+13:00 (18 years ago)
Author:
mdewsnip
Message:

Made the explode metadata prompt have the exploded metadata set selected by default.

File:
1 edited

Legend:

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

    r12735 r13158  
    208208        if (argument.getName().equals("metadata_set")) {
    209209            argument.setType(Argument.METADATA_SET_NAMESPACE);
     210            argument_control = new ArgumentControl(argument, true, "Exploded Metadata Set (exp)");
    210211        }
    211         // by default, all args are disabled, and no value
    212         argument_control = new ArgumentControl(argument, false, null);
     212        else {
     213            // by default, all args are disabled, and no value
     214            argument_control = new ArgumentControl(argument, false, null);
     215        }
    213216        // make sure they are coloured the way we want - this is not the standard arg control coloring
    214217        argument_control.setBackground(Configuration.getColor("coloring.collection_heading_background", false));
Note: See TracChangeset for help on using the changeset viewer.