PATCH changes sot order of hidden files

2007-06-15 Thread valter . pohjola
in panel_load_setup, which is called from panel_new?) Valter Pohjola --- ../../org/mc/src/boxes.c 2007-06-14 17:10:35.0 +0300 +++ boxes.c 2007-06-14 20:35:20.0 +0300 @@ -270,16 +270,17 @@ static const char *sort_orders_names [SORT_TYPES]; sortfn * -sort_box (sortfn *sort_fn, int *reverse

Patch to change sort order of hidden files

2007-06-13 Thread valter . pohjola
annoying with toggling the 'show hidden files' option, is that you usually forget it on and then everything looks like a mess the next time you use mc, until you make the effort to push a few buttons and turn it off. I made the patch from snapshot code (don't know if that was a good idea). Valter