[OGo-GNUstep-Port] SkyCollapsibleContent unable to set 'nil' for key: 'visibility'

Sebastian Reitenbach gnustep-port@opengroupware.org
Wed, 20 Jun 2007 15:08:28 +0200


gnustep-port@opengroupware.org wrote: 
> On 03.06.2007, at 19:51, Sebastian Reitenbach wrote:
> > patch is appended.
> 
> This patch is b0rked.
> 
> ---snip---
>   PatternTitle: SkyCollapsibleContent {
> -  visibility     = patternVisibility;
> +  visibilityDefault     = "patternVisibility";
> ---snap---
> 
> Thats non-sense. The visibilityDefault must contain the *name* of the  
> default where the visibility is going to be stored. That is, you need  
> to lookup the patternVisibility method in the code and check which  
> default is being used.

I'll take a look.

Sebastian