class: FileApplicationNoteBook
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2014 16:11:15 +0100
changeset 14065 a6da1191dfc5
parent 14064 7aa0a1075ee8
child 14066 0e59cd86d52f
class: FileApplicationNoteBook dont forget super release
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Wed Feb 26 16:10:37 2014 +0100
+++ b/FileApplicationNoteBook.st	Wed Feb 26 16:11:15 2014 +0100
@@ -2602,7 +2602,7 @@
 
 release
     self archiver release.
-    ^ super release.
+    super release.
 ! !
 
 !FileApplicationNoteBook::ArchiveViewApplication methodsFor:'queries'!
@@ -3192,7 +3192,7 @@
 release
 
     self doStopProcess.
-    ^ super release
+    super release
 ! !
 
 !FileApplicationNoteBook::CommandResult methodsFor:'printing'!
@@ -7270,16 +7270,16 @@
 "/Transcript showCR:'release'.
     self stopViewer.
     self stopVNCServer.
-    ^ super release
+    super release
 ! !
 
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.288 2014-02-06 12:08:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.289 2014-02-26 15:11:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.288 2014-02-06 12:08:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.289 2014-02-26 15:11:15 cg Exp $'
 ! !