Changeset 835 for trunk/src/jlatexeditor/JLatexEditorJFrame.java
- Timestamp:
- 09/04/10 09:06:26 (21 months ago)
- Files:
-
- 1 modified
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java
r834 r835 1017 1017 results = SVN.getInstance().update(getMainEditor().getFile().getParentFile()); 1018 1018 } catch (Exception exception) { 1019 statusBar.showMessage("SVN update failed", "SVN update failed: " + exception.getMessage()); 1019 exception.printStackTrace(); 1020 statusBar.showTextError("SVN update failed", "SVN update failed: " + exception.getMessage()); 1020 1021 return; 1021 1022 } … … 1050 1051 result = SVN.getInstance().commit(getMainEditor().getFile().getParentFile(), message); 1051 1052 } catch (Exception exception) { 1053 exception.printStackTrace(); 1052 1054 statusBar.showMessage("SVN update failed", "SVN update failed: " + exception.getMessage()); 1053 1055 return;
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)