~mcuelenaere/syncany/trunk

« back to all changes in this revision

Viewing changes to syncany/src/org/syncany/Application.java

  • Committer: Philipp Heckel
  • Date: 2011-06-12 13:07:30 UTC
  • Revision ID: philipp.heckel@gmail.com-20110612130730-wy31fjr7a3cu7ufz
UI update bug fix 796060

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
        // Ok clicked
227
227
        if (profile != null) {          
228
228
            config.getProfiles().add(profile);
229
 
 
 
229
            settingsDialog.addProfileToTree(profile, false);
 
230
            tray.updateUI();
 
231
            
230
232
            try {
231
233
                config.save();
232
234
            }