Changeset 603
- Timestamp:
- 01/31/10 14:56:33 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java
r602 r603 570 570 AbstractResource resource = editor.getResource(); 571 571 572 boolean gPropertiesSaved = false; 573 572 574 File file = null; 573 575 if (resource instanceof UntitledDoc) { … … 600 602 FileDoc fileDoc = (FileDoc) resource; 601 603 file = fileDoc.getFile(); 604 gPropertiesSaved = file.equals(GProperties.CONFIG_FILE); 602 605 } 603 606 … … 643 646 lastModified.put(file, file.lastModified()); 644 647 editor.getTextPane().getDocument().setModified(false); 648 649 if (gPropertiesSaved) { 650 GProperties.load(); 651 } 645 652 } catch(IOException ex){ 646 653 ex.printStackTrace();
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)