Tools__CheckinInfoDialog.st
changeset 7592 f9204291e800
parent 7591 61cf0097b5dc
child 8766 f9af1c29b401
--- a/Tools__CheckinInfoDialog.st	Tue Jan 16 15:57:58 2007 +0100
+++ b/Tools__CheckinInfoDialog.st	Tue Jan 16 15:59:45 2007 +0100
@@ -282,11 +282,11 @@
 
 isStableHolder
     isStableHolder isNil ifTrue:[
-        isStableHolder := true "false" asValue.
+        isStableHolder := false asValue.
     ].
     ^ isStableHolder.
 
-    "Modified: / 16-01-2007 / 15:58:32 / cg"
+    "Modified: / 16-01-2007 / 16:00:26 / cg"
 !
 
 logMessageHolder
@@ -320,5 +320,5 @@
 !CheckinInfoDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.7 2007-01-16 14:57:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.8 2007-01-16 14:59:45 cg Exp $'
 ! !