Changeset 2245

Show
Ignore:
Timestamp:
06/24/08 14:05:46 (2 months ago)
Author:
dsugar
Message:

need to refresh the shapes so the tree is up to date.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/src/com/tresys/framework/plugin/builder/SELinuxSystem.java

    r2217 r2245  
    293293                                return null; 
    294294                        m_diagram = new PolicyDiagram (this); 
     295                         
     296                        GraphicPolicyRefresh refresher = new GraphicPolicyRefresh (this); 
     297                        getPolicy ().Accept (refresher); 
    295298                } 
    296299                return m_diagram;