discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in gui - NSApplication.m


From: Fred Kiefer
Subject: Re: bug in gui - NSApplication.m
Date: Sun, 23 Jan 2005 21:05:52 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040906

Jonathan Isom wrote:
    Not sure if this is the best place to post this , but
in NSApplication.m in
function:
(void) gsapp_user_bundles(void)

the method:
NSArray *a=[defs arrayForKey: @"GSAppKitUserBundles"];

returns  nil whether or not there is a default GSAppKitUserBundles
in NSGlobalDomain or App specific .  This is on cvs Jan 17 2005.


Could you provide the entry that you put into your defaults file? Was it really an array? It should look like:

GSAppKitUserBundles = ("lib1", "lib2");

This should be inside the NSGlobalDomain entry.

Cheers
Fred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]