Project

General

Profile

« Previous | Next » 

Revision cd900bac

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java
63 63
	                }
64 64
	            }
65 65
	        }
66

  
67 66
        }
68 67

  
68
	    P2Util.setP2UpdateRepositories();
69 69

  
70
		if(PreferencesUtil.shouldConnectAtStartUp()) {
71
            CdmStore.connect();
70
	    if(PreferencesUtil.shouldConnectAtStartUp()) {
71
		    CdmStore.connect();
72 72
        }
73

  
74
		P2Util.setP2UpdateRepositories();
75

  
76 73
	}
77 74

  
78 75
	@Override
79 76
    public void postWindowClose() {
80 77
        P2Util.saveP2RepositoryPreferences();
81 78
    }
82
}
83

  
79
}

Also available in: Unified diff