MantisBT - ParaView
View Issue Details
0012107ParaViewBugpublic2011-04-19 11:172011-04-25 11:59
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
Development 
3.123.12 
0012107: GUI plugins loaded twice
Load "ExampleDockPanel" plugin from the examples. Enable "AutoLoad". Restart ParaView. You'll see two dock panels.
No tags attached.
Issue History
2011-04-19 11:17Utkarsh AyachitNew Issue
2011-04-19 11:21Utkarsh AyachitNote Added: 0026228
2011-04-19 11:21Utkarsh AyachitStatusbacklog => @80@
2011-04-19 11:21Utkarsh AyachitFixed in Version => 3.12
2011-04-19 11:21Utkarsh AyachitResolutionopen => fixed
2011-04-19 11:21Utkarsh AyachitAssigned To => Utkarsh Ayachit
2011-04-25 11:59Alan ScottNote Added: 0026251
2011-04-25 11:59Alan ScottStatus@80@ => closed

Notes
(0026228)
Utkarsh Ayachit   
2011-04-19 11:21   
commit 67b51a31ba24e11bcd9c52b05b4ce6ee6f8638da
Merge: aee50de d4b4630
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Apr 19 11:20:16 2011 -0400

    Merge topic 'Collaboration'
    
    d4b4630 Fixed BUG 0012107. Gui plugins were loaded twice.

commit d4b46307742e184a5577939d6c957b1464a4f692
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Apr 19 11:18:20 2011 -0400

    Fixed BUG 0012107. Gui plugins were loaded twice.
    
    The problem was with the order of initialization of the pqInterfaceTracker and
    pqPluginManager. The pqInterfaceTracker ended up "re-reading" plugin interfaces
    that were loaded during initialization of the pqPluginManager. fixed that.
(0026251)
Alan Scott   
2011-04-25 11:59   
Trusting Utkarsh. Internal to ParaView.