[Paraview] Problem with latest CVS
clinton at elemtech.com
clinton at elemtech.com
Thu May 15 18:12:18 EDT 2008
Thanks. Its fixed in CVS now.
Clint
On Thursday 15 May 2008 11:18:50 am Paul Edwards wrote:
> I updated the CVS today (I haven't done it for a while) and compiled. When
> I set the PV_PLUGIN_PATH for all my plugins the ParaView aborts (it works
> without loading plugins). Here is the diff that now works:
>
> Index: Qt/Components/pqMainWindowCore.cxx
> ===================================================================
> RCS file: /cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v
> retrieving revision 1.266
> diff -r1.266 pqMainWindowCore.cxx
> 987c987,994
> < toolbar->insertWidget(toolActions[1], display_color);
> ---
>
> > if(toolActions.size() > 1)
> > {
> > toolbar->insertWidget(toolActions[1], display_color);
> > }
> > else
> > {
> > toolbar->addWidget(display_color);
> > }
>
> Regards,
> Paul
More information about the ParaView
mailing list