Automatically fills in default commit message expecco_2_2_0 expecco_2_2_5
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 04 Apr 2012 02:13:38 +0200
changeset 1091 8024f1af4329
parent 1090 748e42a97377
child 1092 21d5467c88ef
Automatically fills in default commit message
SVN__CommitDialog2.st
--- a/SVN__CommitDialog2.st	Tue Apr 03 19:38:15 2012 +0200
+++ b/SVN__CommitDialog2.st	Wed Apr 04 02:13:38 2012 +0200
@@ -629,7 +629,8 @@
 
     self showProgressWhile:[ 
         self task doPrepareWorkingCopy.
-        problems := self task doSanityChecks.        
+        self message: self task message.
+        problems := self task doSanityChecks.
         self updateFileList.
         problems notEmptyOrNil ifTrue:[
             self infoPanel