class: MCCommitDialog
authorClaus Gittinger <cg@exept.de>
Wed, 25 Feb 2015 01:12:38 +0100
changeset 974 c7dccf72f591
parent 973 8a67537c9bea
child 975 9d3047664305
class: MCCommitDialog changed: #messageChanged
MCCommitDialog.st
--- a/MCCommitDialog.st	Sat Feb 21 13:34:04 2015 +0100
+++ b/MCCommitDialog.st	Wed Feb 25 01:12:38 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 MCDialog subclass:#MCCommitDialog
 	instanceVariableNames:'workingCopyHolder repositoryHolder versionNameHolder
 		messageHolder messageView versionNameFinderProcess
@@ -438,7 +440,7 @@
 
 messageChanged
 
-    self halt
+    "/ self halt
 
     "Created: / 15-09-2010 / 10:04:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
@@ -538,18 +540,18 @@
 !MCCommitDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.12 2013-04-22 10:20:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.13 2015-02-25 00:12:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.12 2013-04-22 10:20:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCCommitDialog.st,v 1.13 2015-02-25 00:12:38 cg Exp $'
 !
 
 version_MC
-    ^ '§stx:goodies/monticello-cg.3 4e70fe70-f030-11e1-ac62-001f3bda2d09 2012-08-27T12:16:46 cg§'
+    ^ '$stx:goodies/monticello-cg.3 4e70fe70-f030-11e1-ac62-001f3bda2d09 2012-08-27T12:16:46 cg$'
 !
 
 version_SVN
-    ^ '§Id: MCCommitDialog.st 12 2010-09-15 13:13:22Z vranyj1 §'
+    ^ '$Id: MCCommitDialog.st,v 1.13 2015-02-25 00:12:38 cg Exp $'
 ! !