Fix progress bar on initial start.

git-svn-id: file:///home/svn/framework3/trunk@14195 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Weeks 2011-11-08 21:28:39 +00:00
parent aecd022587
commit 2dd0417941
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -47,7 +47,6 @@ public class MainFrame extends FrameView {
public MainFrame(SingleFrameApplication app) {
super(app);
MsfFrame.setLnF();
connectRpc(); // Connect to RPC daemon
initComponents();
sessionsTableModel = null;
sessionWindowMap = new HashMap();
@ -112,6 +111,7 @@ public class MainFrame extends FrameView {
}
});
//Set up GUI, RPC connection, and recent modules
connectRpc(); // Connect to RPC daemon
setupSessionsPollTimer();
setupPopupMenus();
if(rpcConn != null)