[Paraview] Problem with latest CVS
    Paul Edwards 
    paul.m.edwards at gmail.com
       
    Thu May 15 13:18:50 EDT 2008
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080515/d2b6d4a4/attachment.htm>
    
    
More information about the ParaView
mailing list