Changeset 834 for trunk/src/jlatexeditor/JLatexEditorJFrame.java
- Timestamp:
- 09/04/10 07:44:35 (21 months ago)
- Files:
-
- 1 modified
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/JLatexEditorJFrame.java
r821 r834 1046 1046 ""); 1047 1047 if (message != null) { 1048 Pair<Boolean, String> result = SVN.getInstance().commit(getMainEditor().getFile().getParentFile(), message); 1048 Pair<Boolean, String> result = null; 1049 try { 1050 result = SVN.getInstance().commit(getMainEditor().getFile().getParentFile(), message); 1051 } catch (Exception exception) { 1052 statusBar.showMessage("SVN update failed", "SVN update failed: " + exception.getMessage()); 1053 return; 1054 } 1049 1055 statusBar.showMessage("SVN commit", "<html>SVN commit:<br><br>" + result.second + "</html>"); 1050 1056 }
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)