Changeset 1333 for trunk


Ignore:
Timestamp:
04/29/19 12:33:26 (5 years ago)
Author:
bln4
Message:

Setting a EncryptionLabel on a frame marks the frame as changed so that it saves the second you navigate away or close expeditee.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/Frame.java

    r1326 r1333  
    27682768       
    27692769        public void setEncryptionLabel(String label) {
     2770                this.setChanged(true);
    27702771                _encryptionLabel = label;
    27712772        }
Note: See TracChangeset for help on using the changeset viewer.