Re: [Orbit-python-list] [bug] _narrow() SEGVs
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-10-11 02:28:58
|
> Fix attached, r= somebody please? This is targetted for 0.3.2. Or possibly 0.3.1, since we haven't released it yet. Instead of using an int as a boolean, use CORBA_boolean (and CORBA_FALSE/CORBA_TRUE as values) since that's what I've been using elsewhere in the code. I think it would make more sense to use gboolean (and only use CORBA_boolean as parameters for ORBit's functions), but it's probably better to stay consistent. Maybe we'll change the CORBA_booleans that should be gbooleans in cvs after the release. The other thing I'd like changed is the comment where it says "when activating we steal ..." since this isn't exactly correct. 'course that's my fault since it's my comment, but the patch might as well fix that. :) Jason. |