Changeset 8043


Ignore:
Timestamp:
2004-08-24T16:13:30+12:00 (20 years ago)
Author:
mdewsnip
Message:

Moved undo/UndoManager.java to file/RecycleBin.java and removed undo functionality (which wasn't enabled and was never finished).

File:
1 edited

Legend:

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

    r7989 r8043  
    209209                // 4. Restore origin collection by undoing file copy actions and removing the ~ from the end of collection files.
    210210                ///ystem.err.println("4. Restore origin.");
    211         Gatherer.c_man.undo.undoAll();
     211        // Gatherer.c_man.undo.undoAll();
    212212                ///ystem.err.println(" - UndoAll complete.");
    213213                // Recurse collection tree restoring *~
     
    251251    args = null;
    252252    // Reset undo queue.
    253     if(Gatherer.c_man.ready()) {
    254         Gatherer.c_man.undo.clear();
    255     }
     253    // if(Gatherer.c_man.ready()) {
     254    //     Gatherer.c_man.undo.clear();
     255    // }
    256256    Gatherer.g_man.wait(false);
    257257
Note: See TracChangeset for help on using the changeset viewer.