From 2ec6ed63ebb9527b050e9ab0fcc67e89b754f728 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 2 Aug 2006 21:24:53 +0000 Subject: [PATCH] Load prefs nib right away. --- macosx/PrefsController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 0d435a46a..589f788f3 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -76,6 +76,8 @@ { fDefaults = [NSUserDefaults standardUserDefaults]; fHandle = handle; + + [[self window] update]; //makesure nib is loaded right away } return self; }