Changeset 5922


Ignore:
Timestamp:
2003-11-20T17:36:27+13:00 (20 years ago)
Author:
kjdon
Message:

was adding the prompt as a GShell listener twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/ExportCollectionPrompt.java

    r5921 r5922  
    289289    Gatherer.println("");
    290290    GShell process = new GShell(args, GShell.EXPORT, 3, this, null, GShell.GSHELL_EXPORT);
    291     process.addGShellListener(this);
     291    //process.addGShellListener(this); - already added as listener
    292292    process.run(); // Don't bother threading this... yet
    293293    Gatherer.println("ExportCollectionPrompt.exportCollection().return");
Note: See TracChangeset for help on using the changeset viewer.