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: Wed, 11 Jul 2012 15:21:32 +0200
User-agent: SOGoMail 1.3.16

 
On Tuesday, July 10, 2012 23:51 CEST, Riccardo Mottola 
<riccardo.mottola@libero.it> wrote: 
 
> Hi,
> 
> On 07/10/12 18:26, Sebastian Reitenbach wrote:
> >   
> > I now downgraded Gorm to 1.2.16, and everything works fine for me.
> > Also the problem I reported in the other mail with the AddressManager.gorm
> > is not there with the old Gorm.
> > Maybe you have an older version of Gorm installed on FreeBSD?
> >
> > I'll now go and try each SVN revision of Gorm to find the one that broke
> > it.
> no, I used SVN on FreeBSD, like on NetBSD and OpenBSD.
> 
> Let us know how your break search fares.

With the patch below, I can use the Connection Inspector.
This went in with       svn r35093. I'm still looking what caused
the AppController image to disappear, and why its freaking
out on the AddressManager.gorm.

Sebastian

$OpenBSD$

Fix the Connection Inspector

--- GormLib/IBObjectAdditions.m.orig    Tue Jul 10 20:39:09 2012
+++ GormLib/IBObjectAdditions.m Tue Jul 10 20:39:24 2012
@@ -71,40 +71,5 @@
   return nil;
 }
 
-- (NSImage *) imageForViewer
-{
-  return nil;
-}
-
-- (NSString*) connectInspectorClassName
-{
-  return nil;
-}
-
-- (NSString*) sizeInspectorClassName
-{
-  return nil;
-}
-
-- (NSString*) helpInspectorClassName
-{
-  return nil;
-}
-
-- (NSString*) classInspectorClassName
-{
-  return nil;
-}
-
-- (NSString*) inspectorClassName;
-{
-  return nil;
-}
-
-- (NSString*) editorClassName;
-{
-  return nil;
-}
-
 @end
 


> 
> Riccardo
> 
> 
 
 
 
 



reply via email to

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