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 On Wed, Jul 11, 2012 at 2:01 PM, Riccardo Mottola <[email protected]> wrote: > 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 >> >> >> > > -- Gregory Casamento Open Logic Corporation, Principal Consultant yahoo/skype: greg_casamento, aol: gjcasa (240)274-9630 (Cell) http://www.gnustep.org http://heronsperch.blogspot.com _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
