Pavel Roskin wrote:
Hello! I have applied a patch to avoid duplicates in the history. Unlike the patch posted on Savannah, it affects both the input widgets and the directory history. As a side effect, the lists used for history were converted to GList (double linked list from glib). Also, Alt-O writes the directory history now.
* utilunix.c (destroy_groups): Use g_tree_foreach() instead of
obsolete g_tree_traverse().
glib-1.2 has no g_tree_foreach() function, so some more checks are needed.
--
Regards,
Andrew V. Samoilov