Code for saving when closing prefs window is no longer a delegate method.

This commit is contained in:
Mitchell Livingston
2006-08-08 11:37:54 +00:00
parent 8a9e593121
commit 251a05c305
2 changed files with 3 additions and 4 deletions

View File

@@ -77,9 +77,7 @@
fDefaults = [NSUserDefaults standardUserDefaults];
fHandle = handle;
NSWindow * window = [self window];
[window setDelegate: window];
[window update]; //make sure nib is loaded right away
[[self window] update]; //make sure nib is loaded right away
}
return self;
}