Changeset 1551
- Timestamp:
- 08/28/04 18:29:06 (4 years ago)
- Files:
-
- WiredClient/trunk/WCAccountEditor.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCAccountEditor.m
r1545 r1551 1 /* $Id: WCAccountEditor.m,v 1.1 7 2004/08/28 12:34:20morris Exp $ */1 /* $Id: WCAccountEditor.m,v 1.18 2004/08/28 16:29:06 morris Exp $ */ 2 2 3 3 /* … … 436 436 // return instead of clicking on the button, the window is not released 437 437 // when [self close] is called 438 // instead, app crashes and burns with a weird backtrac kin NSSecureTextField438 // instead, app crashes and burns with a weird backtrace in NSSecureTextField 439 439 [_passwordTextField setEditable:NO]; 440 440
