Re: [Gtk-gnutella-devel] [PATCH] GTK1 bitzi user feedback

2004-10-05 Thread Christian Biere
Bill Pringlemeir wrote: > On Mon, 04 Oct 2004, [EMAIL PROTECTED] wrote: > It seems that the variable declaration in the for loop will prevent > certain compilers from accepting this code. I suggest this, > { > + GtkCTree *ctree; > search = sr->data; > - GtkCTree *ctree = GTK_CT

Re: [Gtk-gnutella-devel] [PATCH] GTK1 bitzi user feedback

2004-10-05 Thread Bill Pringlemeir
On Mon, 04 Oct 2004, [EMAIL PROTECTED] wrote: > The attached patch adds user feedback when a Bitzi query is kicked > off. +void search_gui_queue_bitzi_by_sha1(record_t *rec, void *nothing) +{ [snip] + +for (sr=searches; sr; sr = g_list_next(sr) ) +{ + search = sr->data; +

[Gtk-gnutella-devel] [PATCH] GTK1 bitzi user feedback

2004-10-04 Thread alex
Hi, The attached patch adds user feedback when a Bitzi query is kicked off. -- Alex, homepage: http://www.bennee.com/~alex/ Life is difficult because it is non-linear. Index: src/ui/gtk/gtk1/search.c === RCS file: /cvsroot/gtk-gn