1- Find works/fails on an odd/even basis (reproduced by Francois) 2- Crash on executing a file twice, traceback indicates crash on gtk_widget_set_sensitive, but this is nonsense: program memory is most probably corrupt (reproduced by Olivier) 3- on opening directories, the treeview does not printout column information until mouse goes over each row. Also navigation by keyboard at times leaves nothing selected, effectively forcing use of mouse. (reproduced by Edscott)
Additional information: Current theory is that some invalid memory access is occurring. Damn this is a frustrating thing.
#3 seems to be a gtk bug, as it no longer appears in gtk-2.4
Nope. #3 behaviour is still there, but does seem like a gtk bug.
#1 solved and confirmed by Francois. Bug # 2 might be gone already, if not it should on the upcoming code cleanup of run.c
#3 is apparently solved. It looks like the internal gtk sort method was screwing up if the sort was performed before the treeview was realized. #2 should be fixed too, since run.c code was cleaned and a possible incorrect memory access removed. reopen bug report if any of the above problems recur.
mass closing some old resolved bugs; please reopen if in error