Reading the code, I saw why sorting by '#' in the search results does
not work in GTK1:

Sorting happens on the result->count field, but when we add/remove a
new entry to the results, we're not updating the `count' fields of
all the already present children.  Only the parent node's count is
updated.

Hence sorting by '#' cannot work reliably.

Raphael


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to