On Friday, July 13, 2012 05:55 CEST, Germán "A. Arias" <[email protected]> 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 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
