> The patch includes cosmetic changes and the following : > - Ported existing code to avoid duplicate filename and SHA1 rules from > gtk-1.2 to gtk2 (we now have a tree_selection_collect_data() similar to > clist_collect_data()). > - Added support to avoid duplicate IP rules when using 'Drop by host' > commands. > - Added support to avoid duplicate new searches when using the targetted > search feature.
Integrated. > Many related helper functions are now shared by the gtk-1.2 and gtk2 > frontends, so I basically stuffed them all in gui.c for now, since we > lack a common search_gui module which gets compiled in both frontends. I stuffed a part of them into filter.c instead of gui.c. I also prefixed the calls with gui_ or filter_ and renamed some of time a little. Nice spot optimizing the clist_collect_data() call ;) Thanks very much. -- Richard Eckart <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
