mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
23 lines
633 B
Plaintext
23 lines
633 B
Plaintext
$NetBSD: patch-ag,v 1.1 2011/11/27 11:17:19 marino Exp $
|
|
|
|
--- PrefsController.m.orig 2002-06-08 09:26:13.000000000 +0000
|
|
+++ PrefsController.m
|
|
@@ -102,7 +102,7 @@ static id <PrefsModule> currentModule =
|
|
{
|
|
}
|
|
|
|
-- (BOOL) registerPrefsModule: (id <PrefsModule>) aPrefsModule;
|
|
+- (BOOL) registerPrefsModule: (id) aPrefsModule;
|
|
{
|
|
NSButtonCell *button = [[NSButtonCell alloc] init];
|
|
|
|
@@ -129,7 +129,7 @@ static id <PrefsModule> currentModule =
|
|
return YES;
|
|
}
|
|
|
|
-- (BOOL) setCurrentModule: (id <PrefsModule>) aPrefsModule;
|
|
+- (BOOL) setCurrentModule: (id) aPrefsModule;
|
|
{
|
|
if (!aPrefsModule || ![aPrefsModule view])
|
|
return NO;
|