Hello again, There is a bug in recent incarnations of gtk-missing.c that (at least) negates my whole "avoid-filter-duplicates" patch. Attached patch should fix it.
Cheers, ko [junkpile at free dot fr on this platform]
Index: src/gtk-missing.c
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/gtk-missing.c,v
retrieving revision 1.23
diff -u -r1.23 gtk-missing.c
--- src/gtk-missing.c 18 Mar 2003 00:28:29 -0000 1.23
+++ src/gtk-missing.c 21 Mar 2003 13:45:04 -0000
@@ -377,8 +377,8 @@
cdata.results = NULL;
cdata.to_unselect = NULL;
- cdata.allow_null = FALSE;
- cdata.cfn = NULL;
+ cdata.allow_null = allow_null;
+ cdata.cfn = cfn;
if (gui_debug >= 3) {
cdata.name = gtk_widget_get_name(
GTK_WIDGET(gtk_tree_selection_get_tree_view(selection)));
signature.asc
Description: This is a digitally signed message part
