When I patched it out before, it was lines 5644 to 5707 of
gtk+-2.10.14/gtk/gtkfilechooserdefault.c. You'll probably be able to see what to cut out and
rearrange (essentially, remove the COMPARE_DIRECTORIES macro calls). I'm grabbing 2.12.9
right now, and I'll see if it's the same way--if so, I'll post a diff.
Posted Apr 24, 2008 17:04 UTC (Thu) by allesfresser (subscriber, #216)
[Link]
It is still the same in 2.12.9. Following is a patch. I didn't choose to remove the definition for the COMPARE_DIRECTORIES macro, because it won't make any difference in the generated code, but you can take it out if you want to be extra-neat.