Changeset 5789


Ignore:
Timestamp:
2003-11-05T17:10:10+13:00 (20 years ago)
Author:
mdewsnip
Message:

Put back in a needed function (oops! :-).

File:
1 edited

Legend:

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

    r5774 r5789  
    6767    public GComboBox(ComboBoxModel model) {
    6868    super(model);
     69    init();
     70    }
     71
     72    /** This is used by GComboArea via jp.gr.java_conf.tame.swing.combobox.SteppedComboBox */
     73    public GComboBox(Gatherer gatherer) {
     74    super();
    6975    init();
    7076    }
Note: See TracChangeset for help on using the changeset viewer.