discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Gorm - Connection inspector


From: Sebastian Reitenbach
Subject: Re: Gorm - Connection inspector
Date: Fri, 20 Jul 2012 01:41:26 +0200
User-agent: SOGoMail 1.3.16

On Friday, July 13, 2012 05:55 CEST, Germán "A. Arias" <german@xelalug.org> 
wrote:

> El jue, 12-07-2012 a las 14:36 +0200, Sebastian Reitenbach escribió:
> > Try the patch below. It fixes the FisicaLab and the AddressManger problems
> > for me. This went in with SVN rev r35215, which only had title "Version 
> > 1.2.18",
> > therefore it took me a while to find that one.
> >
> > Sebastian
> >
> > $OpenBSD$
> > --- GormCore/GormDocument.m.orig    Tue Jun 19 06:47:30 2012
> > +++ GormCore/GormDocument.m Thu Jul 12 12:34:16 2012
> > @@ -1915,13 +1915,6 @@ static void _real_close(GormDocument *self,
> >
> >     {
> >       [[self openEditorForObject: obj] activate];
> >     }
> > -      else if([obj isKindOfClass: [NSView class]])
> > -   {
> > -     if([obj superview] == nil)
> > -       {
> > -         [[self openEditorForObject: obj] activate];
> > -       }
> > -   }
> >      }
> >  }
> >
>
> This works for me too. Thanks.
>

Are there any objections to back out this change?

Sebastian





reply via email to

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