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: Thu, 12 Jul 2012 14:36:43 +0200
User-agent: SOGoMail 1.3.16

On Thursday, July 12, 2012 07:53 CEST, Germán "A. Arias" <german@xelalug.org> 
wrote:

> El mié, 11-07-2012 a las 14:52 -0400, Gregory Casamento escribió:
> > I think it's weird that that very same code isn't causing an issue on
> > Linux.   Go ahead and commit the patch, but I'm suspicious that there
> > is something else going on here.
> >
> > GC
> >
>
> Today I tried to update the gorm files in fisicalab using Gorm 1.2.18.
> But Gorm crash when I try to open the main gorm file. The patch of
> Sebastian don't solve the problem for me. But Gorm 1.2.16 works fine.

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];
-           }
-       }
     }
 }




>
>
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep







reply via email to

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