discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Gorm - Connection inspector


From: Riccardo Mottola
Subject: Re: Gorm - Connection inspector
Date: Wed, 11 Jul 2012 20:01:45 +0200
User-agent: Mozilla/5.0 (X11; NetBSD i386; rv:13.0) Gecko/20120621 Thunderbird/13.0

Hi,

for me, on NetBSD, your patch makes the inspectors work again and also the Controllers get their image icon again! Let's see what Gregory thinks about it.


Riccardo

On 07/11/12 15:21, Sebastian Reitenbach wrote:

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







reply via email to

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