Changeset 13073


Ignore:
Timestamp:
2006-10-11T09:34:53+13:00 (18 years ago)
Author:
kjdon
Message:

we need to add buildcol_change_listener to the change indexer prompt OK button so a minimal rebuild will rebuild

File:
1 edited

Legend:

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

    r12607 r13073  
    238238            }
    239239        });
    240        
     240        // tell the CDM that we have (possibly) changed
     241        ok_button.addActionListener(CollectionDesignManager.buildcol_change_listener);
    241242        JPanel button_pane = new JPanel();
    242243        button_pane.setLayout(new GridLayout(1,2));
Note: See TracChangeset for help on using the changeset viewer.