On Wednesday, August 27, 2003, at 09:47 PM, Ross McFarland wrote:
On Wed, 2003-08-27 at 21:07, Ross McFarland wrote:Redhat 9.0, Gtk2.2, etc. this is with head of cvs.it's a problem with the get_cursor call which apparently is only implemented in >= 2.2.
get_cursor is implemented in 2.0.x, but set_cursor_on_cell is new in 2.2.x. the problem is in a block that tests set_cursor_on_cell, which is skipped on 2.0.6, which is why i didn't see it.
those came to me from torsten yesterday (was it only yesterday?), and i added them to cvs before practice tonight. they worked worked perfectly on 2.0.6 before i committed them.