Changeset 297


Ignore:
Timestamp:
09/09/08 12:12:51 (16 years ago)
Author:
bjn8
Message:

Fixed null pointer bug

File:
1 edited

Legend:

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

    r294 r297  
    690690                                        current.setLink(text + '1');
    691691                                }
    692                         } else {
     692                        } else if (current != null) {
    693693                                // If its linked remove the link
    694694                                current.setLink(null);
Note: See TracChangeset for help on using the changeset viewer.