Re: eggtreemodelfilter.c bug fixes
- From: Kristian Rietveld <kris gtk org>
- To: David Hampton <hampton employees org>
- Cc: gtk-devel-list gnome org
- Subject: Re: eggtreemodelfilter.c bug fixes
- Date: Mon, 08 Sep 2003 21:54:42 +0200
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]