- SCMAbstractCommitDialog
authorvranyj1@bd9d3459-6c23-4dd9-91de-98eeebb81177
Thu, 15 Nov 2012 10:26:18 +0000
changeset 58 057693eae3c7
parent 57 47b14a8b7eb8
child 59 b8722ad42c3b
- SCMAbstractCommitDialog comment/format in: #doAccept
common/SCMAbstractCommitDialog.st
common/common.rc
--- a/common/SCMAbstractCommitDialog.st	Thu Nov 15 10:26:14 2012 +0000
+++ b/common/SCMAbstractCommitDialog.st	Thu Nov 15 10:26:18 2012 +0000
@@ -527,19 +527,18 @@
 doAccept
 
     self showProgressWhile:[
-            self acceptEnabled:false.
-
-            (self task)
-                message:self message;
-                paths: self fileListToCommit;
-                doCommit.
-
-            self accept value:true
+        self acceptEnabled:false.
+        (self task)
+            message:self message;
+            paths: self fileListToCommit;
+            doCommit.
+        self accept value:true
     ]
 
     "Created: / 01-04-2008 / 18:59:12 / janfrog"
     "Modified: / 19-08-2009 / 14:26:41 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 08-02-2012 / 18:17:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 15-11-2012 / 10:12:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 doBrowseWorkingCopy
@@ -891,5 +890,5 @@
 !
 
 version_SVN
-    ^ '$Id::                                                                                                                        $'
+    ^ '§Id::                                                                                                                        §'
 ! !
--- a/common/common.rc	Thu Nov 15 10:26:14 2012 +0000
+++ b/common/common.rc	Thu Nov 15 10:26:18 2012 +0000
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "6.2.3.1\0"
-      VALUE "ProductDate", "Thu, 15 Nov 2012 10:09:30 GMT\0"
+      VALUE "ProductDate", "Thu, 15 Nov 2012 10:16:38 GMT\0"
     END
 
   END