[pygtk] Bug in GTK (many versions)

2002-10-02 Thread Jon Nelson
There is a serious bug in GTK involving the CList. Near line 2804 of the current GTK gtkclist.c file, there is some (partially broken, commented out) code. I have fixed the code: if (clist-focus_row =0 (row = clist-focus_row || clist-focus_row = clist-rows)) clist-focus_row--;

Re: [pygtk] Bug in GTK (many versions)

2002-10-02 Thread James Henstridge
Jon Nelson wrote: There is a serious bug in GTK involving the CList. Near line 2804 of the current GTK gtkclist.c file, there is some (partially broken, commented out) code. I have fixed the code: if (clist-focus_row =0 (row = clist-focus_row || clist-focus_row = clist-rows))