Changeset 4599 for trunk


Ignore:
Timestamp:
2003-06-12T12:51:15+12:00 (21 years ago)
Author:
kjdon
Message:

now previes pane gets the collectionChanged messages too

File:
1 edited

Legend:

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

    r4585 r4599  
    360360    config_pane.collectionChanged(ready); // Also important config pane is listening to latest msm.
    361361    create_pane.collectionChanged(ready); // Used to indicate a new BuildOptions model should be loaded.
     362    preview_pane.collectionChanged(ready); // preview should know when teh coll has changed so it can reload the home page
    362363    // Force tree model updates.
    363364    Gatherer.c_man.refreshTrees();
Note: See TracChangeset for help on using the changeset viewer.