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
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;
+
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