MCCommitDialog.st
branchjv
changeset 1002 54b4906215ca
parent 988 536fd853efeb
--- a/MCCommitDialog.st	Fri Jul 31 09:32:09 2015 +0100
+++ b/MCCommitDialog.st	Mon Sep 07 15:37:41 2015 +0100
@@ -220,7 +220,7 @@
         "/ sigh: make a new snapshot (now with updated version methods)
         version snapshot:version package snapshot.
         version cachable:false. "/ force new a write (otherwise, the mcz is not rewritten)
-        version snapshot includeExtrasForSTX:(DefaultForIncludeSTXExtras := self includeExtrasForSTX value).
+        version snapshot options includeExtrasForSTX:(DefaultForIncludeSTXExtras := self includeExtrasForSTX value).
         repository storeVersion: version.
 
         clearChangeSet ifTrue:[
@@ -231,6 +231,7 @@
 
     "Created: / 15-09-2010 / 14:07:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 24-07-2012 / 16:33:56 / cg"
+    "Modified: / 07-09-2015 / 15:27:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !MCCommitDialog methodsFor:'aspects'!