Hi,

when sending -path to NSBrowser, an exception is raised when only column 0 is selected 
(latest code from CVS):

#0  0x403af926 in _i_GSMutableString__replaceCharactersInRange_withString_ ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-base.so.0
#1  0x404404b9 in _i_NSMutableString__appendString_ ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-base.so.0
#2  0x400fb80c in _i_NSBrowser__pathToColumn_ ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-gui.so.0
#3  0x400fb2cc in _i_NSBrowser__path ()
   from 
/usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu-xgps/libgnustep-gui.so.0

I don't know the particular code of NSBrowser very well, but it looks OK to me (it 
'happens' in pathToColumn:), so maybe it's somewhere else? It looks like when doing 
so, the value of 'column' becomes 2, instead of 1, and then the for loop tries to add 
nil to the mutable string s (there is no selected cell in column 2, of course). Any 
ideas!?

You can observe this behaviour when doubleclicking on a cell in the first column of a 
project in ProjectCenter. AFAIK this worked a few weeks/months ago... (due to that 
fact, you cannot add anything to a ProjectCenter project anymore)

cheers, Phil
--
Philippe C.D. Robert | http://www.nice.ch/~phip/




_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to