class: Tools::CheckinInfoDialog
authorStefan Vogel <sv@exept.de>
Tue, 06 Aug 2013 13:16:52 +0200
changeset 13299 f7c2eb0610c5
parent 13298 0e2817ce7e77
child 13300 1ef64167b643
class: Tools::CheckinInfoDialog changed: #tag fix for nil tag
Tools__CheckinInfoDialog.st
--- a/Tools__CheckinInfoDialog.st	Tue Aug 06 10:38:55 2013 +0200
+++ b/Tools__CheckinInfoDialog.st	Tue Aug 06 13:16:52 2013 +0200
@@ -394,7 +394,7 @@
 !
 
 tag
-    ^ self tagHolder value withoutSeparators
+    ^ (self tagHolder value ? '') withoutSeparators
 !
 
 tag:aStringOrNil
@@ -518,10 +518,10 @@
 !CheckinInfoDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.18 2013-06-06 10:56:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.19 2013-08-06 11:16:52 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.18 2013-06-06 10:56:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CheckinInfoDialog.st,v 1.19 2013-08-06 11:16:52 stefan Exp $'
 ! !