Ignore:
Timestamp:
05/16/08 14:15:11 (16 years ago)
Author:
ra33
Message:

DeleteFrameset now moves frames into a trash directory... this is to pretect users from accidentally removing them!
They must be restored manually through the file system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Simple.java

    r50 r64  
    218218                if (testsFailed > 0)
    219219                        FrameGraphics.DisplayMessage("Failed: " + testsFailed, Color.RED);
     220                //Remove items from the cursor...
     221                Frame.FreeItems.clear();
    220222        }
    221223
Note: See TracChangeset for help on using the changeset viewer.