# HG changeset patch # User Claus Gittinger # Date 1472747375 -7200 # Node ID 21451c6e8953b95ad3d5dbfad5e0f30b63914c81 # Parent dbed86627a32e318c40f099c5bda690ec694f818 #BUGFIX by cg class: FileApplicationNoteBook diff -r dbed86627a32 -r 21451c6e8953 FileApplicationNoteBook.st --- a/FileApplicationNoteBook.st Thu Sep 01 12:38:40 2016 +0200 +++ b/FileApplicationNoteBook.st Thu Sep 01 18:29:35 2016 +0200 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2002 by eXept Software AG All Rights Reserved @@ -7272,7 +7274,8 @@ fileDescriptors:#() fork:true newPgrp:true - inDirectory:nil. + inDirectory:nil + showWindow:false. ] action:[:status | status stillAlive ifFalse:[ @@ -7411,7 +7414,8 @@ fileDescriptors:#() fork:true newPgrp:true - inDirectory:nil. + inDirectory:nil + showWindow:false. ] action:[:status | status stillAlive ifFalse:[