[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gorm - Connection inspector
From: |
A. Arias |
Subject: |
Re: Gorm - Connection inspector |
Date: |
Thu, 12 Jul 2012 21:55:13 -0600 |
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.
- Re: Gorm - Connection inspector, (continued)
- Re: Gorm - Connection inspector, Sebastian Reitenbach, 2012/07/09
- Re: Gorm - Connection inspector, Riccardo Mottola, 2012/07/09
- Re: Gorm - Connection inspector, Sebastian Reitenbach, 2012/07/10
- Re: Gorm - Connection inspector, Gregory Casamento, 2012/07/10
- Re: Gorm - Connection inspector, Riccardo Mottola, 2012/07/10
- Re: Gorm - Connection inspector, Sebastian Reitenbach, 2012/07/11
- Re: Gorm - Connection inspector, Riccardo Mottola, 2012/07/11
- Re: Gorm - Connection inspector, Gregory Casamento, 2012/07/11
- Re: Gorm - Connection inspector, A. Arias, 2012/07/12
- Re: Gorm - Connection inspector, Sebastian Reitenbach, 2012/07/12
- Re: Gorm - Connection inspector,
A. Arias <=
- Re: Gorm - Connection inspector, Sebastian Reitenbach, 2012/07/19
- Re: Gorm - Connection inspector, Wolfgang Lux, 2012/07/12
- Re: Gorm - Connection inspector, Gregory Casamento, 2012/07/12