CVS xftree crashing...

Stephane Paltani spaltani at head-cfa.harvard.edu
Thu Jun 20 19:31:27 CEST 2002


Hi Edscott,

> I think the following is better. The code of xftree_gui.c reads:
> 
>   win->iconname = NULL;
>   set_icon (win->top,win->iconname, xftree_icon_xpm);
>   set_title_ctree (ctree, en->path);
> 
> But it should be:
> 
>   win->iconname = NULL;
>   set_title_ctree (ctree, en->path);
>   set_icon (win->top,win->iconname, xftree_icon_xpm);
> 
> In the second case, win->iconname is set appropriately after the call
> to set_title_ctree, since win is data associated to ctree.
> 
> I've updated the CVS and it should work properly on Solaris.
> 

It works!

Thanks,
Stephane



More information about the Xfce-dev mailing list