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