Re: eggtreemodelfilter.c bug fixes



On Sun, 2003-09-07 at 16:34, Kristian Rietveld wrote:
> On Sat, 2003-09-06 at 21:46, David Hampton wrote:
> > 3) egg_tree_model_filter_row_changed needs to build all the tree levels
> > if they don't exist.  As is, it ends up printing a warning message for
> > each node that isn't in an already built level.
>  
> > @@ -1059,7 +1067,7 @@
> >    if (!path)
> >      path = egg_real_tree_model_filter_convert_child_path_to_path (filter,
> >  								  c_path,
> > -								  FALSE,
> > +								  TRUE,
> >  								  TRUE);

Ok, I poked a bit around in gdb, and this fix is obviously right ;). I
committed all of your fixes to libegg and gtk+ HEAD.


thanks a lot for your patch,


	-Kris




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]