- Timestamp:
- Aug 8, 2006, 11:37:54 AM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsController.m
r740 r743 78 78 fHandle = handle; 79 79 80 NSWindow * window = [self window]; 81 [window setDelegate: window]; 82 [window update]; //make sure nib is loaded right away 80 [[self window] update]; //make sure nib is loaded right away 83 81 } 84 82 return self; -
trunk/macosx/PrefsWindow.m
r740 r743 34 34 } 35 35 36 - (void) windowWillClose: (NSNotification *) notification36 - (void) close 37 37 { 38 38 [self makeFirstResponder: nil]; //essentially saves changes on window close 39 [super close]; 39 40 } 40 41
Note: See TracChangeset
for help on using the changeset viewer.