[Debian-med-packaging] Bug#751255: Bug#751255: Bug#751255: treeviewx: Please update to use wxwidgets3.0

Charles Plessy plessy at debian.org
Sat Jun 21 07:13:21 UTC 2014


Le Sat, Jun 21, 2014 at 01:13:50AM +0100, Olly Betts a écrit :
> Description: Fix the extension of the icon
> Author: Olly Betts <olly at survex.com>
> Last-Update: 2014-06-21
> 
> --- a/tv.cpp
> +++ b/tv.cpp
> @@ -215,7 +215,7 @@
>  	frame->SetIcon(wxIcon("app")); // use the name of the icon in the resource file
>  #endif
>  #if defined(__WXGTK__) || defined(__WXMOTIF__)
> -	frame->SetIcon(wxIcon(wxT("bitmaps/treeview.xbm")));
> +	frame->SetIcon(wxIcon(wxT("/usr/share/pixmaps/treeviewx.xpm")));
>  #endif
>  
>  #ifdef __WXMAC__

Thanks !

Now the program starts, but it freezes with the following error when
opening the test data /usr/share/doc/treeviewx/examples/tree.phb.

../src/common/strconv.cpp(1208): assert "Assert failure" failed in FromWChar(): trying to encode undefined Unicode character

Is that something trivial that you or somebody else reading us can solve ?

Have a nice week-end,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



More information about the Debian-med-packaging mailing list